How do you redirect a standard stream?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of the sizeof operator?
What do you mean by command line argument?
In c language can we compile a program without main() function?
What does %2f mean in c?
What is a constant?
Which header file is essential for using strcmp function?
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
What are pointers in C?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Why doesnt that code work?
What is a protocol in c?
how to find anagram without using string functions using only loops in c programming