What is memory leak in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is array in c with example?
What does c value mean?
What is difference between static and global variable in c?
What is pass by reference in c?
What is define directive?
Does free set pointer to null?
What are nested functions in c?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
What is the advantage of c?
can a union be self-referenced?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function