For what purpose null pointer used?
No Answer is Posted For this Question
Be the First to Post Answer
Explain About fork()?
What are the different types of constants?
wat s the meaning of (int *)p +4;
What is the use of the function in c?
What is linear search?
whitch value return void main?
How can I use a preprocessorif expression to ?
Is void a keyword in c?
what does exit() do?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Explain how do you generate random numbers in c?
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??