Define recursion in c.
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
What is the restrict keyword in C?
Differentiate between full, complete & perfect binary trees.
1. main() { printf("%d",printf("HelloSoft")); } Output?
What is 2c dna?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Can true be a variable name in c?
wt is d full form of c
Is there anything like an ifdef for typedefs?
what are brk, sbrk?
WHO WROTE C LANGUAGE?