Who had beaten up hooligan "CHAKULI" in his early college days?
Answer / niladri.pradhan
This is not a valid question.Pls dont share these type of
questions.Be professional.Hope u will look after it afterwards.
| Is This Answer Correct ? | 3 Yes | 0 No |
What are dangling pointers?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the acronym for ansi?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is dynamic variable in c?
What are the 4 types of functions?
Why do we use & in c?
How can I run c program?
Is struct oop?
Explain what is a pragma?
What is string function c?
What is the difference between null pointer and wild pointer?