main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26931main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19352#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?
4 20168#include
#include
#include
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
3 6300Post New Ramco C Interview Questions
Define homebrew?
Tell us how can an erp analyst improve the speed of an erp implementation?
Why do we use linq in c#?
Does edge browser support activex?
What is a class in unity?
How we can check post method in zend framework?
What is deep speech?
Define external layer? : abap data dictionary
Where does this Kotlin run ? Does it have some kind of different runtime environment ?
what is the use of catlog or catlogfile?
ek ias bannne ke liye student main kaun se qalities honi chahiye
Which function would you use to replace a record in a database in php?
How can I create a application?
What is $injector and $inject?
what were your starting and final levels of compensation?