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
Write a C program in Fibonacci series.
What are the types of i/o functions?
what is event driven software and what is procedural driven software?
What is pass by value in c?
What is restrict keyword in c?
Do you have any idea about the use of "auto" keyword?
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.
What is getch() function?
What are the differences between Structures and Arrays?
What is the most efficient way to store flag values?
What are identifiers and keywords in c?
What is wrong with this initialization?
Why does notstrcat(string, "!");Work?
What are the 5 organizational structures?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.