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
How can I list all of the predefined identifiers?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
How can you find the exact size of a data type in c?
How to draw the flowchart for structure programs?
What are integer variable, floating-point variable and character variable?
i want to know the procedure of qualcomm for getting a job through offcampus
What does node * mean?
What is the importance of c in your views?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is string concatenation in c?
Why structure is used in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
How can you tell whether a program was compiled using c versus c++?
Describe static function with its usage?
Is javascript written in c?