What are nested functions in c?
What is logical error?
Why can arithmetic operations not be performed on void pointers?
What is the deal on sprintf_s return value?
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
explain about storage of union elements.
write a program which counts a product of array elements lower than 10.
write a program to print sum of each row of a 2D array.
Define and explain about ! Operator?
write a program to delete an item from a particular location of an linear array?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
1. Write a program to reverse every second word in a given sentence.
When should the const modifier be used?