any C program contains only one function, it must be
a) void ()
b) main ()
c) message ()
d) abc ()
No Answer is Posted For this Question
Be the First to Post Answer
who is the father of C Language?
20 Answers CTS, UST,
Why c is called procedure oriented language?
wt is d full form of c
What is the general form of function in c?
What is alloca() and why is its use discouraged?
write a program to create a sparse matrix using dynamic memory allocation.
Can we declare variable anywhere in c?
What is property type c?
How many main () function we can have in a project?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is Lazy evaluation in C? Give an example.
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?