What is function what are the types of function?
When is the “void” keyword used in a function?
What is the real time usage volatile?
c program to arrange digits in a no in ascending and descending order
totally how much header files r in c language
What is indirect recursion? give an example?
Explain why can’t constant values be used to define an array’s initial size?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
Who is the founder of c language?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
Explain what is a stream?
what is Structural oriented language? give some example of this language.....?