Explain main function in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I return multiple values from a function?
what is pointer?
13 Answers HCL, TCS,
What are the advantages of union?
Explain is it better to bitshift a value than to multiply by 2?
why arithmetic operation can’t be performed on a void pointer?
What is a Genralised LInked List?? Please give a detailed explation of it..
who is the father of c
What is the use of getchar functions?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
What is #line in c?
How can I sort a linked list?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.