who invented c
Answers were Sorted based on User's Feedback
What is the mean of function?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
what is a stack
What does sizeof return c?
What does struct node * mean?
How can I access a memory located at certain address?
Why clrscr is used after variable declaration?
How can I swap two values without using a temporary?
What is %lu in c?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
what is the use of macro program
What is array of structure in c programming?