What are types of structure?
No Answer is Posted For this Question
Be the First to Post Answer
code for selection sort?
What are the back slash character constants or escape sequence charactersavailable in c?
How do I determine whether a character is numeric, alphabetic, and so on?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
Explain what is dynamic data structure?
Is that possible to store 32768 in an int data type variable?
What is the difference between typedef and #define?
write function to reverse char array ... without using second array
What is static memory allocation?
Is it acceptable to declare/define a variable in a c header?
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
Why enum is used in c?