main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26942main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19356#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 20173#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 6302Post New Ramco C Interview Questions
You are a project manager and are in the Closing process of the project. Your customer has been presented with a formal acceptance and sign-off document. They refuse to sign, claiming the product does not meet their expectations. You know that this situation could have been prevented by doing all of the following except : A. Documenting the requirements B. Documenting the customer's refusal to sign C. Performing quality inspections during the process D. Requesting sign-off at important milestones
What is mrc and what is its use? : oracle accounts receivable
Does jcl support automatic restart?
What is the l/d ratio of cantilever beam?
Can you name the differences between object-oriented and component-based design?
what are the major key responsibility areas for a manager in bpo...?
What are the various fancy weaves and describe any two?
What is data stream and data adapter is it same are different? Explain?
What jobs frequently use excel?
how many times pcc can run for one material?
What is the purpose of IClonable interface in .NET?
Explain how to write custom sql query in magento?
Which is better mvvm or mvc?
How can an application do a jms operation and have it succeed, independent of the result of the transaction?
State the differences between the dispose() and finalize().