main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26857main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19307#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 20124#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 232875import 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 6601Post New Ramco Interview Questions
Explain cmm?
What is the self-antigen for insulin dependent diabetes mellitus?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What is ctrl w in excel?
Tell me can the size of an array be declared at runtime?
which screen support consultant uses in support project?
What is the benefit of autosum?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
Where do we get the QTP and Load runner softwares CDs ( Original ) in chennai
Explain the difference between access specifier and access modifier in c#?
234 MVA Generator 3 phase Short circuit current Values required? Gen set Rating-234 MVA, Gen Voltage-18kv, PF;0.8, Xdv:23.5 %, Transformer Rating-18/380KV, 680MVA,Yndd1 two winding, Step up TR, ZT:35.50 %,X/R 4.33 Gen CB Position, CB open ,Disconnected open, Generator Running Voltage 18 Kv, Bi mistakes generator side earth switch Closed during that time short circuit current level in 3 Phase required, and how to test on site 234MVA Generator Short circuit current,
What is a file in computer terms?
exolain the star delta connection
How to troubleshoot if you get the error as application pool is hanges?Answer me in step by step procedure?
How to connect oracle, sql server with openspan?