Why we not create function inside function.
No Answer is Posted For this Question
Be the First to Post Answer
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
What are the various topologies? Which one is the most secure?
what is difference between overriding and overloading?
What is pragma c?
what does ‘#include’ mean?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
What is the maximum no. of arguments that can be given in a command line in C.?
What is the use of sizeof?
What is a struct c#?
how to find the sizof of any datatype using bit manipulations
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference