a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
7 11846which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
4 6219# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
7 16192consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
7 10914consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is
4 8148which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
5 12750Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
1 5768Post New TCS C Interview Questions
What do you mean by default dial-peer?
What is javascript remoting for apex controllers?
In which format does an image save in SQL Server database ?
What are j2ee concepts?
What do you mean aidl?
How Frequently shall a company file the service tax returns and how frequently shall a company pay the service tax to the Government ?
What are the advantages of sorting?
What is string buffer?
What are the questions asked for BDM in IT Sector or especially in IBM with accurate answers.
Can namespace contain the private class?
What is split ratio in Gc? Splitless? how requirr to select?
What is house keeping in assembler?
In my universe, I deleted Year object again i re-create the New Object named as "Year" in the same universe. How the document will be generate before deleted and after deleted in web intelligence rich client?
how much memory space occupied real time project (roughly)?
You want to create and send an IDOC to another the moment a PO is created in your system. How will you achieve this?