How can you return multiple values from a function?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Describe the difference between = and == symbols in c programming?
C,c++, Java is all are structural oriented or procedure oriented language..?
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
What are preprocessor directives in c?
What is the difference between static and global variables?
Can you mix old-style and new-style function syntax?
What is the easiest sorting method to use?
what is the benefit of c30
Why does everyone say not to use gets?