#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
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
What is assignment operator?
Can we assign string to char pointer?
Tell me can the size of an array be declared at runtime?
Does c have class?
How can you be sure that a program follows the ANSI C standard?
Write a code to remove duplicates in a string.
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
what is the need for main function in c?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
write a programme that inputs a number by user and gives its multiplication table.
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?