Answer Posted / guest
loops are used at times when we need to repeatedly check a
condion or during in situations when we need to execute
statements again and again as we need.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is boolean in c?
What is meant by keywords in c?
Explain how do you declare an array that will hold more than 64kb of data?
How do you define CONSTANT in C?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Is main is a keyword in c?
Can we declare variable anywhere in c?
Why is structure padding done in c?
What is I ++ in c programming?
What is the process to generate random numbers in c programming language?
If you know then define #pragma?
What is FIFO?
What is a sequential access file?
Explain the term printf() and scanf() used in c language?