Is using exit() the same as using return?
What do mean by network ?
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
Is null valid for pointers to functions?
What are the uses of null pointers?
Why can’t constant values be used to define an array’s initial size?
How can you call a function, given its name as a string?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
what is a constant pointer in C
what is mean by Garbage collection ? Please answer me. Advance thanks.