What does nil mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
code for find determinent of amatrix
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
What do you mean by command line argument?
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
how do we remove the printed character in printf statement and write next it it
Explain is it better to bitshift a value than to multiply by 2?
What is a pointer variable in c language?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
What are actual arguments?
What is n in c?
Describe the order of precedence with regards to operators in C.
The difference between printf and fprintf is ?