Can we declare a function inside a function in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is data structure.in linear and non linear data structures which one is better?Explain
What is the difference between text files and binary files?
What is the best way to store flag values in a program?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
What is the use of function in c?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
what are two categories of clint-server application development ?
What is pre-emptive data structure and explain it with example?
What is a pointer variable in c language?
Explain what is the general form of a c program?
Total of how many functions are available in c?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7