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

Post New Answer

More C Interview Questions

What is difference between static and global variable in c?

0 Answers  


What are header files in c programming?

0 Answers  


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


Is there any data type in c with variable size?

0 Answers  


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,






how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......

10 Answers   Infosys,


How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.

12 Answers   NetApp,


What is the use of f in c?

0 Answers  


6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1

4 Answers  


What is the process to create increment and decrement stamen in c?

0 Answers  


write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.

2 Answers  


Is c call by value?

0 Answers  


Categories