What is the use of typedef in structure in c?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
How can you check to see whether a symbol is defined?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
What is page thrashing?
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
How to compare array with pointer in c?
what is const volatile?
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
What does %d do?
What is the difference between NULL and NUL?
Why we not create function inside function.