What is the diffrent between while and do while statement ?
Answer Posted / ishwor pandey
in while first conditionis checked if condition is not true
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is meant by errors and debugging?
Are there constructors in c?
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.
Explain continue keyword in c
What is the benefit of using an enum rather than a #define constant?
In a header file whether functions are declared or defined?
What are the three constants used in c?
Tell me what is null pointer in c?
What is clrscr ()?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are the different types of data structures in c?
What is the process of writing the null pointer?
Write the control statements in C language
What does sizeof function do?
What does #pragma once mean?