program in c to print 1 to 100 without using loop
Answer Posted / rajasekhar
excellent thiking
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is local and global variable in c?
Explain what are multidimensional arrays?
Can we replace the struct function in tree syntax with a union?
What is the use of volatile?
Explain the difference between exit() and _exit() function?
What is the role of && operator in a program code?
What is unary operator?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is union and structure in c?
Explain what is a pragma?
What does double pointer mean in c?
What is optimization in c?
What is the need of structure in c?
Give basis knowledge of web designing ...
Can you write a programmer for FACTORIAL using recursion?