What is the difference between functions getch() and getche()?
No Answer is Posted For this Question
Be the First to Post Answer
Why malloc is faster than calloc?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
What is a pointer?
I need a sort of an approximate strcmp routine?
Compare array data type to pointer data type
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
What does do in c?
what is difference between procedural language and functional language ?
What do the functions atoi(), itoa() and gcvt() do?
why we use "include" word before calling the header file. is there any special name for that include??????