In c language can we compile a program without main() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the scope of an external variable in c?
how to do in place reversal of a linked list(singly or doubly)?
Write a program to know whether the input number is an armstrong number.
What will be the outcome of the following conditional statement if the value of variable s is 10?
Is that possible to add pointers to each other?
What is the use of putchar function?
difference between Low, Middle, High Level languages in c ?
How to write a multi-statement macro?
What does %d do?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is pointer to pointer in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2