Answer Posted / avinash
#IS PREPOSSESSOR.
| Is This Answer Correct ? | 31 Yes | 7 No |
Post New Answer View All Answers
What is a 'null pointer assignment' error?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is difference between array and pointer in c?
The difference between printf and fprintf is ?
When should the const modifier be used?
Explain what is the difference between #include and #include 'file' ?
When should the register modifier be used? Does it really help?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is union in c?
What is the difference between exit() and _exit() function in c?
What are types of functions?
how we can make 3d venturing graphics on outer interface
What are the characteristics of arrays in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?