What is calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
Can u return two values using return keyword? If yes, how? If no, why?
Differentiate between a structure and a union.
mplementation of stack using any programing language
What do you understand by friend-functions? How are they used?
What are compound statements?
What are the types of macro formats?
What are the 3 types of structures?
ASCII stands for
any string of bits of length 'n' represents a unique non- negative integer between.............?
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
What is the memory allocated by the following definition ? int (*x)();
What is a static function in c?