ABB C and C++ Placement question Paper 2012

ABB C and C++ Placement question Paper 2012ABB C and C++ Placement question Paper 2012.

ABB Job 2012 Placement C and C++ question paper with answers ABB 2012 C and C++ question with solution you can download it in FREE, if ABB  2012 test paper in text or pdf for ABB 2012 Answer Keys you can download ABB for MBA 2012 page also just Go to menu bar, Click on File->then Save.

ABB 2012 exam recruitment C and C++ question paper Free Download PDF is available in www.oldquestionpapers.net which has been provided by many students ABB Placement paper for 2012 paper is available for all the students in FREE and also ABB Placement C and C++ question paper for B.Tech MCA 2012 fully solved ABB 2012 with answer keys and solution.

ABB C and C++ Placement question Paper 2012.

You can get daily updates on ABB 2012 from www.oldquestionpapers.net here you can also check similar links for other related study materials on ABB Here ABB  Placement C and C++ question bank 2012.

main()
{
const int x=get();
printf(“%d”,x);
}
get()
{
return(20);
}
(a) 20 (b) garbage value (c) error (d) 0

____________________________________

Can the following piece of code be executed?
int main(void)
{
char strA[10]=”compile”,strB[10];
my_strcpy(strB,strA);
puts(strB);
}
char * my_strcpy(char *destination,char *source)
{
char *p=destination;
while(*source!=”)
{
*p++=*source++;
}
*p=”;
return destination;
}
(a) Compilation will only give a warning but will proceed to execute & will display “compile”
(b) The compilation error char *(char *,char *) differs in levels of indirection from ‘int()’ will occur
(c) Yes & it will print compile on the screen (d) None of the above

____________________________________

. How many times the following program would print ‘Jamboree’?
main()
{
printf(”
Jamboree”);
main();
}
(a) infinite number of times (b) 32767 times
(c) 65535 times (d) till the stack does not overflow

Download ABB C and C++ Placement question Paper 2012

Similar Pages…

3i Infotech Previous Year Placement Paper 

See Also……