main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26632main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19026#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 19955#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 6143Post New Ramco C Interview Questions
What is producser for Anti collosion protection for DUMER 220Ton in Minse
What are different environments to configure hibernate?
Is jdk required on each machine to run a java program?
What is an Air COmpressor
what is the problem when i want to close a circuit breaker by local position it closes well.but when i close it in remote position it trips
What is the use of form D in sale tax
How do I access my localhost from another computer?
What is an immutable object? How do you create one in java?
In which format data is stored in mysql database?
Can you tell how to find the number of rows in a resultset using php?
Breif notes about accounting standards
What is protocol with example?
What is sap hana xs engine? : hana xsjs
What is the max no of tables we can join in tableau?
How we can create multilingual site. Which module have been used?