What is #include called?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between Function to pointer and pointer to function
tell me the full form of c?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
Can a program have two main functions?
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
What is double pointer?
what is array?
Why flag is used in c?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
Convert the following expression to postfix and prefix (A+B) * (D-C)
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
How do we print only part of a string in c?