Why isn't any of this standardized in c? Any real program has to do some of these things.
No Answer is Posted For this Question
Be the First to Post Answer
How can we open a file in Binary mode and Text mode?what is the difference?
Explain the concept and use of type void.
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
Explain About fork()?
Explain the Difference between the New and Malloc keyword.
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
What is malloc return c?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
How can I remove the trailing spaces from a string?
Is c high or low level?
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters