main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26922main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19348#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 20162#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 6298Post New Ramco C Interview Questions
What is the purpose of bypass valve across AS valve.
What is jquery a client or server scripting?
What are the advantages and disadvantages of linked list over array?
What is the hardest coding language to learn?
Explain about polymorphism?
Tell us what are the two modes of views in selenium ide?
Do you know what are bootstrap panels?
What are some good python projects?
How to write update query in hibernate?
What is Gaussian gradient filters?
What is a server group?
What is the first message line that any language learning prints on the screen? and why?
Why and when do stored procedure recompile?
List out some features of neo4j database?
What is the function of f10 key?