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
Explain b+ tree?
What are keywords c?
write a progrmm in c language take user interface generate table using for loop?
Why do we use int main?
What is a pointer variable in c language?
Explain the ternary tree?
What are the c keywords?
Why functions are used in c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Explain how do you use a pointer to a function?
What is ctrl c called?
What are the string functions? List some string functions available in c.
Which is best book for data structures in c?
Is Exception handling possible in c language?