Explain the difference between #include "..." And #include <...> In c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
what is the role you expect in software industry?
the operator for exponencation is a.** b.^ c.% d.not available
Why is c faster?
What is the purpose of clrscr () printf () and getch ()?
What is #define used for in c?
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
How to avoid buffer overflow?
What does the characters “r” and “w” mean when writing programs that will make use of files?
How can I pad a string to a known length?
What does %c mean in c?
Is it possible to run using programming C for Java Application?