main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 27136main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19600#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 20311#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 233640import 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 6811Post New Ramco Interview Questions
What is tochararray in c#?
What is @input and @output in angular?
ur fav songs & y so?
how could we calculate the no of outgoings from a 800 watt distribution board
What is the use of jQuery.data() method?
How do you sort data in excel with formulas?
What does d mean?
What is maximum storage capability of SAS?
Is multiple inheritance supported in php?
how do I activate a network interface?
How to measure power in 2 or 4 or n phase circuit? Please give me a formula.
Define a set?
calling result set one procedure to anothar procedure in sql2000
What are the steps required to set the controls in silverlight?
Are you planning for further studies? Tell us about your hobbies?