What is a macro, and explain how do you use it?
No Answer is Posted For this Question
Be the First to Post Answer
What are c identifiers?
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?
Without using main fn and semicolon,print remainder for a given number in C language
what is the coding of display the factorial of a number using array and function?
What is far pointer in c?
without using control structures and control structures find the max and min of given 2 nos
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
How is = symbol different from == symbol in c programming?
what are two categories of clint-server application development ?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
How can you restore a redirected standard stream?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above