Write a program to print factorial of given number without using recursion?
No Answer is Posted For this Question
Be the First to Post Answer
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
What is static memory allocation? Explain
What is the purpose of realloc()?
Explain what is gets() function?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is an expression?
Is array name a pointer?
What is scope rule in c?
How are pointers declared in c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
Explain about block scope in c?