Explain what is the difference between null and nul?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
tell me the full form of c?
What is unary operator?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
what is the use of #pragma pack, wer it is used?
What are bit fields? What is their use?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
What does it mean when the linker says that _end is undefined?
where do we use volatile keyword?
Explain how can I convert a number to a string?
can we execute the program with the object file
What are the different types of control structures?