What is the meaning of typedef struct in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to receive strings with spaces in scanf()
what type of questions arrive in interview over c programming?
What is assignment operator?
What is the difference between getch() and getche()?
Explain the difference between malloc() and calloc() function?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
Where is volatile variable stored?
explain memory layout of a C program
Linked lists -- can you tell me how to check whether a linked list is circular?
In which area global, external variables are stored?