Explain enumerated types in c language?
sum of two integers values only other then integer it should print invalid input.
What is #include cctype?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
Explain enumerated types in c language?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
Where are c variables stored in memory?
Why is c fast?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
Add Two Numbers Without Using the Addition Operator
Write 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 total number of disk writes by MySQL