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
how to implement stack work as a queue?
What are c preprocessors?
Why is it that not all header files are declared in every C program?
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?
What is pivot in c?
What is a spanning Tree?
Are enumerations really portable?
How can a string be converted to a number?
how many key words availabel in c a) 28 b) 31 c) 32
what is the height of tree if leaf node is at level 3. please explain
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.