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
1) One mason per day how many cu.m work will do as per list given a) Brick work,hollow brick work and cc block work and plastering how many m2 per day 2) one carpenter per day how many m2 will do as well as scaffolding how many m3
12 233066import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }
3 6683Post New Ramco Interview Questions
Can we define a package statement after the import statement in java?
Is it possible to code instream data in a PROC?
What is press release for seo expert?
What is strong artificial intelligence?
What is immutable state?
what is mean by oracle?And how it is used?
DEscribe the Fixation of cell culture with Formaldehyde ?
What type of skills you are having. With respect to FMCG company?
Discuss some applications of modular elasticity?
Tell me what should we do to be able to export data into an excel file?
What does f6 do in word?
What does exc_bad_access mean?
What is meant by mojo in maven?
Please brief what is sinewave
where are the documents and settings for the roaming profile stored? : Windows server 2003