Write a program to generate the Fibinocci Series
No Answer is Posted For this Question
Be the First to Post Answer
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What do you mean by invalid pointer arithmetic?
What is c language & why it is used?
What is a macro, and explain how do you use it?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
What will the preprocessor do for a program?
list the no of files created when c source file is compiled
what is inline function?
Why does not c have an exponentiation operator?