What is the use of getch ()?
No Answer is Posted For this Question
Be the First to Post Answer
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
What is the Difference between Class and Struct?
What is the difference between printf and scanf )?
Explain what is page thrashing?
how to find anagram without using string functions using only loops in c programming
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is meant by preprocessor in c?
How can I avoid the abort, retry, fail messages?
why we wont use '&' sing in aceesing the string using scanf
What is #line used for?
Explain what are the __date__ and __time__ preprocessor commands?