What is the explanation for cyclic nature of data types in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the scope of static variables?
What is c language and why we use it?
who is the father of c
What is structure in c definition?
void main() { int a=1; while(a++<=1) while(a++<=2); }
what are the advantage and disadvantage of recursion
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
How will you delete a node in DLL?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
In a header file whether functions are declared or defined?
Differentiate between declaring a variable and defining a variable?