main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 27157main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19626#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 20326#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 233684import 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 6814Post New Ramco Interview Questions
What is the difference between class & structure?
IM GOING TO GO FOR AN INTERVEIW SOON AND I WANT TO KNOW WHAT SAP PP INTERVEIW QUESTIONS ARE LIKE. I DONT HAVE A REALTIME EXPERIENCE THOUGH. ITS MY FIRST TIME
What is the difference between TextinputFormat and KeyValueTextInputFormat class?
What will happen if you try to update record in after trigger context?
You can roll a dice three times. You will be given $X where X is the highest roll you get. You can choose to stop rolling at any time (example, if you roll a 6 on the first roll, you can stop). What is your expected pay-out?
In a Repeater control how one can provide an alternating color scheme ?
What are the different types of automatic binding in spring?
What is KeyValueTextInputFormat in Hadoop MapReduce?
What is the use of ms word 2010?
How do you search for exact words in excel?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Tell me the difference between the character array and a string.
you did b.tech why u r intrested marketing field ?
What is excise & service tax?
what is your biggest weakness?