What are the storage classes in C?
No Answer is Posted For this Question
Be the First to Post Answer
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Write a program to find factorial of a number using recursive function.
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
implement NAND gate logic in C code without using any bitwise operatior.
Who is the founder of c language?
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,
What is calloc()?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is the use of header?
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
What is array of structure in c programming?
how to count no of words,characters,lines in a paragraph.