Why we not create function inside function.
No Answer is Posted For this Question
Be the First to Post Answer
what is a headerfile?and what will be a program without it explain nan example?
What is extern keyword in c?
c program to manipulate x=1!+2!+3!+...+n! using recursion
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
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
Where can I get an ansi-compatible lint?
Describe the difference between = and == symbols in c programming?
main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
What is the difference between single charater constant and string constant?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,