main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26616main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19006#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 19941#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 6134Post New Ramco C Interview Questions
What are the function of different capacitor, resistors, transister, diods, thyrister( like SCR)in any circuit?
Explain what is the difference between response.redirect & server.transfer?
Is electro plating what type of load whether resistive, inductive or capacitive loads
What is the difference between server side and client side programming?
Give an explanation on the difference between strong ai and weak ai?
Is port forwarding dangerous?
Is node js a backend?
What are the various files that are created when you create a django project? Explain briefly.
What is a modal plugin in bootstrap?
Does rna molecule have two polynucleotide chains likewise dna?
How to achieve inheritance in javascript?
What are the four types of J2EE modules?
How do you share data between controllers?
How is it possible to improve battery life during execution of an application?
Explain the difference between thread and process in an operating system?