What is header file in c?
No Answer is Posted For this Question
Be the First to Post Answer
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
Can we change the value of static variable in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Can the “if” function be used in comparing strings?
How to set file pointer to beginning c?
Is double link list a linear data structure? If Yes, Why?If No, Why?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Program to find largest of three numbers without using comparsion operator?
using for loop sum 2 number of any 4 digit number in c language
What are the rules for the identifier?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .