Why void main is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we include one C program into another C program if yes how?
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”.
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Differentiate between ordinary variable and pointer in c.
What is a Deque?
can a union be self-referenced?
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
What is the use of typedef in structure in c?
how to add our own function in c library please give details.?
write a program that will print %d in the output screen??
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
with out using main how to execute the program?