Why main function is special give two reasons?
No Answer is Posted For this Question
Be the First to Post Answer
What is merge sort in c?
an algorithem for the implementation of circular doubly linked list
What is the description for syntax errors?
How to create struct variables?
Can we change the value of static variable in c?
List the difference between a While & Do While loops?
can we initialize all the members of union?
What is an lvalue?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
Why c is a procedural language?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));