When should the const modifier be used?
No Answer is Posted For this Question
Be the First to Post Answer
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
What is function prototype in c with example?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
How to develop software using "c" programming?
What is string length in c?
How do you convert strings to numbers in C?
What is the difference between far and near in c?
Explain the term printf() and scanf() used in c language?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
In which area global, external variables are stored?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
write a “Hello World” program in “c” without using a semicolon?