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:
awsm man....!!!
i am thankful for such questions.
too good i learnt many things in short time. Thank you!! :)
great job man....!!!!!!!!!!!!
thanks buddy...i m searching such type of question 4 my exam.....thanks a lot once again...please upload more mcq question with answer..
excellent .................
good questions and very helpful for exams...
too good.nd helpfull..
awsm...............thanks for providing such kind of ques...........
they r nt given in any course book also.............
thanks for providing question .
this is question very usefull and helpful.
i am not understand some question
so i want request you that give the extra explaintion for this question
Really it is informative...
gud job
thanks .. good quesions
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
thnx 4 these helpfull Questions ..........
Excellent job......
plz dont post wrong answers............
ur descriptions r not upto the level.....
it ll be better if u change those things......
It really helped us a lot.
Thank you sir I learned many things which I not learned in my college time.
"Thank you so much for u r help"
Thanku very much i learned a lot
awsm question
thanks sir......
awsm.thx sir
Somebody plz tell me how can I download this pdf..........
plz plz plz its very urgent.....
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.
THANKS A LOT Sir....... urs sp vaag
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;
}
In problem no. 18:
i run the code......
answer was "equal" ...
i was using g++;
superbbbbb job....!!!!!!
keep it up:)
Quality of questions are really good.good explanation.Keep posting this type of questions
Thank You
hey guys i have more c stuff with me......do u want ???????????
Yes, Why not
thank you very much for mcq
thnx brother
Great job man. thank you.
very nice....good questons
thank u
thank u i am scanner
good job
i want to create a blog like this how? cam u help please
thank you so much!
Thank you very much brother...
nyc collection of quality questions
awsum collection of c question..learnt a lot
gud questions...
** 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???
very thanks .it will sharp our c knowledge
it is really nice!
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)
great job!!
nice questions...........
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
Thanks so much! Godbless you :)
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.
HOW TO DOWNLOAD THIS PDF FILE?
REALLY GOOD TO STUDY AND SUGGEST TO THE STUDENTS EVEN.
awsm man
Post a Comment