Can main () be called recursively?
No Answer is Posted For this Question
Be the First to Post Answer
What are identifiers c?
What are identifiers and keywords in c?
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
Explain what are multidimensional arrays?
Explain enumerated types.
How is a null pointer different from a dangling pointer?
what are bps & baud rates? differentiate these two?
How can I set an array's size at run time?
What is the sizeof () operator?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
Is fortran still used today?