What are valid operations on pointers?
No Answer is Posted For this Question
Be the First to Post Answer
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?
Difference between Shallow copy and Deep copy?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What are the 5 elements of structure?
what is data structure?
Explain what are the different file extensions involved when programming in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
what is the difference b/w NULL and null?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
how to determine the complexity of an algorithm as log(n)
what is use#in c