-->
C language tricky good pointers questions answers and explanation operators data types arrays structures questions functions recursion preprocessors, looping, file handling, strings questions switch case if else printf advance c linux objective types mcq faq interview questions and answers with explanation and solution for freshers or beginners. Placement online written test prime numbers Armstrong Fibonacci series factorial palindrome code programs examples on c c++ tutorials and pdf

Excellent work, Mr. Blogger. I am a fresher student. I am trying to understand C language. This post is MOST HELPFUL..!!!
ReplyDeleteGod bless you. Please keep up the good work
Write a program in C to delete all chars in a Text file before encountering word "WORD". after encountering word "WORD, copy 2 to 100 long long ints from file seperated by commas until you get word "/WORD"
ReplyDeleteAdam
now i m very happy..it is useful to improve my c laguage skills... i can feel very happy to solve these questions.... thank u
ReplyDeletesanjapu shiva
where r the damn answers..
ReplyDeletehow would we telly our answers...
great job!!
ReplyDeletereally good questions! these really helped to clear up my concepts!
Thanks!
how the answer of question number 19 is 10?
ReplyDeletePlease Explain.
where are the answers given.can u explain answers of qno 23 and 39.?
ReplyDeletenice questions,but did not know how to fuck u?
ReplyDeletethank you sir, iam shashank tomar mca student,you are giving good questions.
ReplyDeletesir these problems are very good . everyone can understand about c LAn through it.
ReplyDeletebut their is no programs like to see reverse programs etc so plz also add sum prgrm like dnt ask vch one is correct out put
ReplyDeletewhere is answer?????????????
ReplyDeletevery easy questions .include pointers and linked lists.then may b cmplcatd
ReplyDeletewhere r answers?
ReplyDeleteno use without answers!!!!!!!!!!!!
ReplyDeleteno use without answers!!!!!!!!!!!!
ReplyDeleteu r correct re.....no use without answers!!!!!
ReplyDeletedam it this are easy ones, u can give bit complicated, if u add pointers and linked lists it will be useful
ReplyDeleteanswer of 16th ques would be 6 , not 9...
ReplyDeletei am very happy you improve my c laguage skills... i can feel very happy to solve these questions.... thank u
ReplyDeleteHi Anamika,
ReplyDeleteI checked answer again. Answer of question 16. is correct. Please check the explanation
very good bosss
ReplyDeletegive the ans of 18 q
ReplyDeletethanks...
ReplyDeleteit revised me all things that i have read in the start of semester...
and hopefully it will help me in my terminal!
hi sir
ReplyDeletethese questions are very good and helpful in understanding C
ur explanation way is great
thanks sir
ReplyDeletei m very happy to see this problem.
Hi sir...
ReplyDeleteReally its a awesome explanation about this C language...
good job bro....can u think abt that...
ReplyDeleteprintf("%d", (z>=y>=x?100:200));
if the z>=y>=x is true than it print outs 100 not 200
Hi Aman verma,
ReplyDeleteYes if z>=y>=x is true then it will print 100.But in questions 9, it is not true. Please look the explanation carefully.
Hints: Read about return type of conditional operators,precedence and associate of operators.
thanx a lot i was searching on net in no.s of site but no one was better then this
ReplyDelete18 is not correct.. its actually "Lvalue required error" Compilation error
ReplyDeleteLOL
ReplyDeletehi all q r good
ReplyDeleteThank u so much..
ReplyDeletethis s very useful to me..
Thnxxxxx
ReplyDeleteThese ques r very good and hardddd,.....
Good Questions!!!!!!
ReplyDeleteYou cleared my fundamentals
Thanks alot
Its good for a beginner
Request: Please provide the explanation of 14 & 15 questions.
ReplyDeleteThanks
good question......
ReplyDeletehow the key-word in c language
ReplyDeletegood work boss.
ReplyDeletei enjoyed the questions :)
-Rahil
work done is good...
ReplyDeletebut there are some mistakes in answers...
question collection reflects some good concepts...
hi.....
ReplyDeletenice Q...but some Qustion are vry difficult/
really great-:)
ReplyDeleteThanks dear, this blog is good to clear many concept.
ReplyDeletethis are really good cleard my concept
ReplyDeletei want to mora and more Question
ReplyDeleteya to baccho wala khal tha.............
plz give high level Question sirrrrrrrrrrrrrrr
Superb one's No words seriously
ReplyDeletethese questions are very good and helpful in understanding C
ReplyDeleteur explanation way is great
great job
ReplyDeletekeep it up
ya its very useful to me to improve my skills in c...
ReplyDeleteany way thanks for ur work blogger
good work..
ReplyDeleteimportance of return type in main function
ReplyDeletevery very very usefull this type of obj qns in interview
ReplyDeletethanks anamika
thanks you are doing very good work for the student it is very helpful to every student.
ReplyDeleteits really a nice one which developes our skill in c programming......
ReplyDeleteso i am always grateful to u
Thanks a lot! I enjoyed doing it!
ReplyDeleteSome of the questions have answers, but it won't compile in a gcc compiler. You should consider that!
ReplyDeleteyou are very interesting one.i like you ,sir.
ReplyDeletethanks.....
ReplyDeletethank you very much ,you have done very good job,
ReplyDeleteblessings in tons, may god bless you.
if you have any doubt or query
please contact me at geniushkg@gmail.com
This comment has been removed by the author.
ReplyDelete17 th is not clear plzzzzzzz explain......
ReplyDeleteSIR KEEP IT UP THAT'S THE NICE WAY TO BUILT KNOWLEDGE OF A PROGRAMMER.
ReplyDeleteAARAV
Good post but you need much care for answers
ReplyDeleteI improve best programming knowledge using this quiz....
ReplyDeletethanx,good work
ReplyDeletethank you ....
ReplyDeletecorrect ra 16 que ans is 6
ReplyDeleteHere we can find multiple choice, this is great way and you are given to this information to us, help of this e book we study and gain some knowledge.
ReplyDeleteans. of 18th question is wrong.it would be E option.
ReplyDeletehey its to good,thx a lot
ReplyDeleteAWESOME WORK DUDE......bless you!!
ReplyDeletehow to make a quiz programme in c language ?
ReplyDeleteVERY GOOD QUESTION AND ANSWER BUT I NEED MORE TRICKY QUESTION. PLZZZZZZZZZZZZZZZZZZ
ReplyDeletegood work.
ReplyDeleteLai Bhari
ReplyDeleteawesome question
ReplyDeletei=0;
ReplyDeletei= i++ + ++i + i++ + i;
output=?
A very good work u r doing.Thanks .............
ReplyDeleteplz. post more on pointers
pleas post more question
ReplyDelete#include
ReplyDelete#include
void main(){
int i;
(i=8)+=1;
printf("%d",i);
}
In your answers its showing 34. But I executed this and got output 9..
dear dasu answer is correct 9
ReplyDeletethanks...........my improve c....so thanks very good question
ReplyDelete# include
ReplyDeletemain()
{
int a ;
if(a = 0)
printf("true");
else
printf("false");
}
output: true.
why the output is true when the value of a is 0
you should write if(a==0)
ReplyDeletea=0 means 0 is assigning to variable a and in c 0 means false and any non-zero values means true
Can I know the answer to:
ReplyDeleteWrite a program that reads a list of integers from the keyboard and creates the following information:
a.)Finds and prints the sum and the average of the integers.
b.)Find and prints the smallest integer.
c.)Prints a Boolean(true or false) if some of them are less than 20.
d.)Prints a Boolean (true or false) if all of them are between 10 and 90.
Please help me out to solve this Problem :)
#include
ReplyDelete#include
void main(){
int a[]={0,1,2,3,4,5,6,7,8,9,10};
int i=0,num;
num=a[++i+a[++i]]+a[++i];
printf("%d",num);
}
why its ans is 9 i didn't get it
must say a good work indeed...
ReplyDeleteyour qs have really made me feel more comfortable....
thanks!!
sir in question number 17 f shoul have a prototype ......
ReplyDeletein question 18 the answer will be 9 not 34
what the hell? in question 3, the ELSE part is executed which prints out the value of x. the value of x is still 25 and is unchanged by operator used inside the condition to be verified in the IF statement.
ReplyDeletehi sir i am rohit you are giving good questions .thank
ReplyDeletes for this.....
these questions as well as answers are very much useful to freshers... thank u...keep posting further..
ReplyDeleteyour explanation are very well. nice work done
ReplyDeleteSuperb material
ReplyDeletei have a doubt .
in an expression , operation will be left to right or right to left ?