What is difference between constant pointer and constant variable?
What is union in c?
what is the difference between declaration ,defenetion and initialization of a variable?
Why double pointer is used in c?
Where static variables are stored in c?
write an algorithm and a program to count the number of elements in a circularly singly linked list
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?
Explain what are multibyte characters?
What is 2 d array in c?
If null and 0 are equivalent as null pointer constants, which should I use?
What is c programing language?
What is logical error?
Explain the difference between malloc() and calloc() in c?