Why do we use namespace feature?
No Answer is Posted For this Question
Be the First to Post Answer
How can I direct output to the printer?
How many parameters should a function have?
write a program to add two numbers of any size.....(remember any size)
What are the different types of constants?
how to build a exercise findig min number of e heap with list imlemented?
Can we initialize extern variable in c?
How do you view the path?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
write a program for odd numbers?
#define f(x) main() { printf("\n%d",f(2+2)); }
Explain about the constants which help in debugging?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }