Can we declare a function inside a function in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

simple program for virtual function?

1 Answers  


What are the salient features of c languages?

0 Answers  


Explain argument and its types.

0 Answers  


What is call by value in c?

0 Answers  


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

0 Answers  






How can I sort a linked list?

0 Answers  


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

0 Answers   TCS,


What does the c preprocessor do?

0 Answers  


How can I split up a string into whitespace-separated fields?

0 Answers  


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


Is fortran still used in 2018?

0 Answers  


a value that does not change during program execution a) variabe b) argument c) parameter d) none

0 Answers  


Categories