#include<stdio.h>
{
printf("Hello");
}
how compile time affects when we add additional header file
<conio.h>.
No Answer is Posted For this Question
Be the First to Post Answer
What are the various topologies? Which one is the most secure?
What is wrong with this code?
Why do we need arrays in c?
an algorithem for the implementation of circular doubly linked list
What is character constants?
Explain #pragma statements.
What are loops in c?
how we do lcm of two no using c simple if while or for statement
Explain what’s a signal? Explain what do I use signals for?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
How do you print only part of a string?