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 17175Explain 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 6363print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
4 9310Write 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.
2006Post New IBM C Interview Questions
Is array empty php?
What is a loopback address?
Can you tell some important benefits that users can have from the slt replication in sap hana? : hana administration
What are the different approaches to represent an inheritance hierarchy?
What's the .net collection class that allows an element to be accessed using a unique key?
How include and require are different from each other?
What are the another tags provided for better structuring in html5?
Like Java’s java.lang.Object class, what is the super class of all classes in Scala?
What is the NSA ?
What is the benifit of Distributed cache, why can we just have the file in HDFS and have the application read it?
What does xls mean?
how we can access conductor in netcool/omnibus?
Explain the handheld systems. List the issues related to the handheld system.
What is application c#?
How do I run activex in chrome?