What does the error 'Null Pointer Assignment' mean and what causes this error?
Can I pass constant values to functions which accept structure arguments?
How will you delete a node in DLL?
What does char * * argv mean in c?
how to execute with out main in cprogram
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
What is I ++ in c programming?
What are the different types of objects used in c?
What is c basic?
How can I increase the allowable number of simultaneously open files?