main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26629main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19014#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 19948#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 232004import 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 6480Post New Ramco Interview Questions
What is the multi-treade and models (explain each models)?
Minimum and maximum size of the building components
What are the traits involved in social reforms?
The bond formed between the transition metal ion and ligand is?
What value is returned by a lone `return;’ statement?
How to claim the policy?
Why is jit so fast?
what are the features of expert mode?
What is 'smart card'?
Where are windows 10 download files stored?
Explain the difference between ++u and u++?
is viroid virus and why?
How do I count text in excel?
Differentiate between activities and services.
Explain what are the steps required to setup the oracle instance for os authentication?