What is type qualifiers?
No Answer is Posted For this Question
Be the First to Post Answer
Can we write a program without main() function?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
why we shiuld use main keyword in C
What are the standard predefined macros?
how can i get output like this? 1 2 3 4 5 6
Explain the use of bit fieild.
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
coding for Fibonacci.?
Give differences between - new and malloc() , delete and free() ?
What are the concepts introduced in OOPs?
what is the difference between getch() and getche()?