Write a factorial program using C.
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print fibonacci series using recursion?
#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300
What is the difference between malloc calloc and realloc in c?
What is console in c language?
What is the Difference between Class and Struct?
Explain what header files do I need in order to define the standard library functions I use?
Can a pointer point to null?
What is the correct code to have following output in c using nested for loop?
Can we add pointers together?
What are the types of functions in c?
Are comments included during the compilation stage and placed in the EXE file as well?
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,