Explain what is the use of a semicolon (;) at the end of every program statement?
No Answer is Posted For this Question
Be the First to Post Answer
What does stand for?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the purpose of scanf() and printf() functions?
What is the use of getchar() function?
What is far pointer in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Explain that why C is procedural?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
write a program that will print %d in the output screen??
Combinations of fibanocci prime series
what is the code to display color fonts in the output?