WHO WROTE C LANGUAGE?
Answers were Sorted based on User's Feedback
Explain the concept and use of type void.
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Is a house a shell structure?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
What is #define used for in c?
How can you check to see whether a symbol is defined?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Can you please explain the scope of static variables?
wap in c to accept n number display the highest and lowest value