Answer Posted / naveenkumar s h
#include<stdio.h>
#include<conio.h>
void main()
{
printf(%d, printf(%d));
}
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is #include conio h?
What is multidimensional arrays
Who invented b language?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Explain how can you avoid including a header more than once?
What is far pointer in c?
What is scope rule in c?
Why we use int main and void main?
What is the significance of scope resolution operator?
number of times a digit is present in a number
Explain the use of keyword 'register' with respect to variables.
What is meant by errors and debugging?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
How can you restore a redirected standard stream?