C multiple choice questions and answers pdf


C programming language multiple choice questions and answers in pdf format for interview free download



This PDF doc keeps mcq or multiple choice questions and answers with explanation of c programming language. To free download the pdf doc go to the File -> Download Original

58 comments:

pranav said...

awsm man....!!!
i am thankful for such questions.

Tejasvi choudharymett said...

too good i learnt many things in short time. Thank you!! :)

Radheshyam Singh said...

great job man....!!!!!!!!!!!!

Animesh Paul said...

thanks buddy...i m searching such type of question 4 my exam.....thanks a lot once again...please upload more mcq question with answer..

nagaraj said...

excellent .................

cdac said...

good questions and very helpful for exams...

Mr.Sachin Palde. said...

too good.nd helpfull..

Anonymous said...

awsm...............thanks for providing such kind of ques...........
they r nt given in any course book also.............

Anonymous said...

thanks for providing question .
this is question very usefull and helpful.

shivani goyal said...

i am not understand some question

shivani said...

so i want request you that give the extra explaintion for this question

Mohanapriya said...

Really it is informative...

sanjay sharma said...

gud job

neelam sharma said...

thanks .. good quesions

dani khan said...

thnks man! i found it very helpful for beginners...plzz upload mcqs for pointers as its a very important topic for c++...best of luck and keep it up:) waiting anxiously

narender said...

thnx 4 these helpfull Questions ..........

Anonymous said...

Excellent job......
plz dont post wrong answers............
ur descriptions r not upto the level.....
it ll be better if u change those things......

Anonymous said...

It really helped us a lot.

Lakshmi said...

Thank you sir I learned many things which I not learned in my college time.
"Thank you so much for u r help"

chiranjeevi said...

Thanku very much i learned a lot

pooja saini said...

awsm question
thanks sir......

pooja saini said...

awsm.thx sir

Unknown said...

Somebody plz tell me how can I download this pdf..........
plz plz plz its very urgent.....

Priyanka kumari said...

To download this pdf click on "open in new window" button at the top right corner of this pdf. Then in new window go to File -> Download.

Anonymous said...

THANKS A LOT Sir....... urs sp vaag

Unknown said...
This comment has been removed by the author.
Unknown said...
This comment has been removed by the author.
Unknown said...

please give me the output and explain me how it works

#include
int main()
{
static char arr[]={0,6,8,3,4};
printf("%d\n",sizeof(arr[0]));
char *p[]={arr,arr+1,arr+2,arr+3,arr+4};
char **ptr=p;

ptr++;

printf("%d %d %d\n",ptr-p,*ptr-arr,**ptr);
*ptr++;

printf("%d %d %d\n",ptr-p,*ptr-arr,**ptr);
*++ptr;

printf("%d %d %d\n",ptr-p,*ptr-arr,**ptr);
++*ptr;

printf("%d %d %d\n",ptr-p,*ptr-arr,**ptr);
return 0;
}

Unknown said...

In problem no. 18:
i run the code......
answer was "equal" ...
i was using g++;

Anonymous said...

superbbbbb job....!!!!!!

Anonymous said...

keep it up:)

Anonymous said...

Quality of questions are really good.good explanation.Keep posting this type of questions


Thank You

Anonymous said...

hey guys i have more c stuff with me......do u want ???????????

Priyanka kumari said...

Yes, Why not

Anonymous said...

thank you very much for mcq

Anonymous said...

thnx brother

Anonymous said...

Great job man. thank you.

Anonymous said...

very nice....good questons

Anonymous said...

thank u


Anonymous said...

thank u i am scanner

Unknown said...

good job
i want to create a blog like this how? cam u help please

link_chaos said...

thank you so much!

Unknown said...

Thank you very much brother...

Unknown said...

nyc collection of quality questions

Unknown said...

awsum collection of c question..learnt a lot

Anonymous said...

gud questions...

Rishi Raj Gupta said...

** 5
#include
int main(){
int i=4,x;
x=++i + ++i + ++i;
printf("%d",x);
return 0;
}

the o/p is 19 when I run in my m/c how???

Anonymous said...

very thanks .it will sharp our c knowledge

Anonymous said...

it is really nice!

vivek said...

good yar i have some good c objective with answer made by me,if are you intrested then i will give you,

from vivek(vthakar77@gmail.com)

Anonymous said...

great job!!

mansha said...

nice questions...........

Sweety said...

Thanks 4 giving such a nice question
can u explain the concept of getchar/puchar ....and another mcq of c..ur collection is nice...
email -sweety.dalal112012@gmail.com
plz reply on this mail

Royce Chua (The Why Developer) said...

Thanks so much! Godbless you :)

Khalid said...

Hi! nice effort, although I didn't check all programs output but I think questions 5 answer should be option (E) because it will give19 after execution.

Unknown said...

HOW TO DOWNLOAD THIS PDF FILE?

gvprasad76 said...

REALLY GOOD TO STUDY AND SUGGEST TO THE STUDENTS EVEN.

Unknown said...

awsm man