Answer Posted / prof.gagandeep jagdev
No, it is not possible to define any function within a
function. However we can call a function from within
another function.
Is This Answer Correct ? | 30 Yes | 4 No |
Post New Answer View All Answers
Write a program to print ASCII code for a given digit.
Why is a semicolon (;) put at the end of every program statement?
How can you access memory located at a certain address?
What is the correct code to have following output in c using nested for loop?
What is the use of gets and puts?
How is = symbol different from == symbol in c programming?
I came across some code that puts a (void) cast before each call to printf. Why?
What is the use of typedef in c?
What is infinite loop?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
what does static variable mean?
Mention four important string handling functions in c languages .
Can 'this' pointer by used in the constructor?
What are the different file extensions involved when programming in C?
What are multibyte characters?