What are derived data types in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages and disadvantages of pointers?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
marge linklist
Why is c known as a mother language?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
Why doesnt this code work?
What is the difference between abs() and fabs() functions?
How do I send escape sequences to control a terminal or other device?
How can you pass an array to a function by value?
Explain the use of keyword 'register' with respect to variables.
application attempts to perform an operation?
Why do we use main function?