Can we compile a program without main() function?
No Answer is Posted For this Question
Be the First to Post Answer
What functions are used for dynamic memory allocation in c language?
Explain modulus operator.
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is the -> in c?
Can the curly brackets { } be used to enclose a single line of code?
write a program that print itself even if the source file is deleted?
How will you divide two numbers in a MACRO?
how can f be used for both float and double arguments in printf? Are not they different types?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
Why does this code crash?