What are nested functions in c?


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

Post New Answer

More C Interview Questions

What is logical error?

0 Answers  


Why can arithmetic operations not be performed on void pointers?

0 Answers  


What is the deal on sprintf_s return value?

0 Answers  


f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error

4 Answers   HCL,


explain about storage of union elements.

2 Answers   ABC, Bosch,


write a program which counts a product of array elements lower than 10.

1 Answers  


write a program to print sum of each row of a 2D array.

4 Answers  


Define and explain about ! Operator?

0 Answers  


write a program to delete an item from a particular location of an linear array?

1 Answers  


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


When should the const modifier be used?

0 Answers  


Categories