What is the difference between #include and #include 'file' ?
No Answer is Posted For this Question
Be the First to Post Answer
What is a null pointer in c?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
How can I increase the allowable number of simultaneously open files?
how to copy a string without using c function
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
What is getch() function?
YBJBU6
What are the different types of control structures in programming?
What do you mean by dynamic memory allocation in c? What functions are used?
Which weighs more, a gram of feathers or a gram of gold?
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
Difference between pass by reference and pass by value?