Answer Posted / kalyan chukka
if we print 1 to 100 nos we write 100 printf statements. But
using loop we use single statement.and complexity is low
size is low execution is fast.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a pointer in c?
Explain how do you determine whether to use a stream function or a low-level function?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Is void a keyword in c?
Explain what is the benefit of using an enum rather than a #define constant?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
How can I write functions that take a variable number of arguments?
Why is c not oop?
What is variable declaration and definition in c?
What do you mean by dynamic memory allocation in c?
Define the scope of static variables.
Sir i need notes for structure,functions,pointers in c language can you help me please
Lists the benefits of c programming language?
How can you increase the size of a statically allocated array?
What are the different properties of variable number of arguments?