What is adt in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is null pointer constant?
What extern c means?
count the numbers between 100 and 300, that star with 2 and ends with 2
what is the difference between while and do while?
program for validity of triangle from 3 side
What is putchar() function?
What are dangling pointers?
How do I create a directory? How do I remove a directory (and its contents)?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
How can I avoid the abort, retry, fail messages?
What is #pragma statements?