What is self-referential structure in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Diff between for loop and while loop?
What is a macro in c preprocessor?
How to write a code for reverse of string without using string functions?
What is table lookup in c?
What is an anonymous union and where to apply that ?
Why c++ is called c++ and not c+?
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
For what purpose null pointer used?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
Write a program to reverse a linked list in c.