main()
{
clrscr();
}
clrscr();

Answer Posted / skjha

One error.

Type mismatch occur.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

4. main() { int c=- -2; printf("c=%d",c); }

1366


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

598


develop algorithms to add polynomials (i) in one variable

1739


How will you divide two numbers in a MACRO?

710


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

642






How to set file pointer to beginning c?

666


What is gets() function?

667


What are the different file extensions involved when programming in C?

758


What are the advantages and disadvantages of c language?

560


What is a nested loop?

650


Explain Basic concepts of C language?

644


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

562


What is the difference between formatted&unformatted i/o functions?

616


What is #define?

575


Where local variables are stored in c?

555