Write a program to print numbers from 1 to 100 without using loop in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 5 types of inheritance in c ++?
Is null valid for pointers to functions?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
Why c is a mother language?
What is the scope of global variable in c?
How pointer is different from array?
how to build a exercise findig min number of e heap with list imlemented?
Explain null pointer.
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Explain how can I remove the trailing spaces from a string?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
write a program to gat the digt sum of a number (et. 15= >1+5=6)