How do you define a function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
write an algorithm and c program to add two 2x2 matrics
Which is an example of a structural homology?
What are enums in c?
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
What is C language ?
How can I read in an object file and jump to locations in it?
why return type of main is not necessary in linux
Explain that why C is procedural?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,