Can the sizeof operator be used to tell the size of an array passed to a function?
Which one would you prefer - a macro or a function?
how logic is used
What is the code in while loop that returns the output of given code?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is the memory allocated by the following definition ? int (*x)();
Explain 'bit masking'?
What is a symbolic constant?
Where are some collections of useful code fragments and examples?
How macro execution is faster than function ?
difference between function & structure
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
What are pointers in C?