Write a factorial program using C.
No Answer is Posted For this Question
Be the First to Post Answer
Explain what happens if you free a pointer twice?
What is formal argument?
write a program to print largest number of each row of a 2D array
How to draw the flowchart for structure programs?
Does free set pointer to null?
What is pragma c?
Write a C program that reads a series of strings and prints only those ending in "ed"
can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 Answers CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,
What are the applications of c language?
Total of how many functions are available in c?
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none