In which header file is the null macro defined?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is dynamic variable in c?
list the no of files created when c source file is compiled
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
How to print India by nested loop? I IN IND INDI INDIA
what is c
What is the memory allocated by the following definition ? int (*x)[10];
What is a structure member in c?
Why static is used in c?
Differentiate between static and dynamic modeling.