main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26953main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19368#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 20176#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 6313Post New Ramco C Interview Questions
What are the branches of artificial intelligence?
what is informix universal server?
Mention the advantages of representing stacks using linked lists than arrays?
What’s block for?
How can you import data in tensorflow ?
hii,i was appeared in recruitment process of Catholic Syrian Bank.Interview question were general banking related... as what is crr,calling rate, current inflationrate etc
How to create scale in P info
Tell something about today's climate?
Is windows defender a virus protection?
Which two entities, store, and site-hybris had created? Are they related? What is the difference between them?
Can anybody help i put the pharma and bank project in my resume, but i dont know what to tell about them, any body tell the where can i get the information about them,what i need to tell about these applications,please help me
What is the power factor of a transformer at no load?
Why is shell scripting important?
When you will not automate testing?
What is wordpress writing setting?