what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
10 16900Explain this code.
#include
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
3 6212print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
4 9143Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
1942Post New IBM C Interview Questions
How many types of collections are there in c#?
How many interviews have you had and how do you feel about this company compared to others?
How do you combine two lines from two sorted files in linux?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Explain the importance of authentication.
What is the default controller in codeigniter?
what is sas and what are the functions? : Sas-administrator
What is problem?
Can we write class inside a class in c#?
Difference Between Skip Before & Space Before?
I am a civil engineer . I am also selected for sbi clerk interview which is to be held on 4th May2010 is there anybody resembling the same? what question can be asked and what should be the probable answers?
why are you joining private bank in spite of getting a good job?
Tell something about Western blots on contaminated cell cultures of Mycoplasma ?
Tell me how to check data type of any variable in jquery? : jquery mobile
What is called a slice?