Answer Posted / rg
no!!! we cant define a func. inside a func.
Why u some people misguide others!!
go thru practice..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you determine the maximum value that a numeric variable can hold?
why do some people write if(0 == x) instead of if(x == 0)?
What is operator precedence?
Write a program to generate random numbers in c?
Explain the use of 'auto' keyword
What is #include conio h?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Why c is known as a mother language?
What language is windows 1.0 written?
Is array a primitive data type in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Explain two-dimensional array.
Does sprintf put null character?
Define and explain about ! Operator?