Answer Posted / anil kumar nahak
Yes we define any function(without main()) with in a function.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are enums in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
What does typedef struct mean?
can we have joblib in a proc ?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is type qualifiers?
Find MAXIMUM of three distinct integers using a single C statement
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is the use of parallelize in spark?
Do you know the purpose of 'register' keyword?
What are runtime error?
What is c definition?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values