Write a factorial program using C.
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile c?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are the features of the c language?
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
Write a program to check prime number in c programming?
What is ambagious result in C? explain with an example.
What do you mean by Recursion Function?
advantages of pointers?
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 Answers Microsoft, Motorola,
Function to find the given number is a power of 2 or not?
Write a program to exchange two variaables without temp
What is the use of #include in c?