What are integer variable, floating-point variable and character variable?
No Answer is Posted For this Question
Be the First to Post Answer
What are the valid places to have keyword “break”?
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
What is the code for 3 questions and answer check in VisualBasic.Net?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
What is the difference b/w Structure & Union?
What is 1f in c?
write a 'c' program to sum the number of integer values
can we initialize all the members of union?
Why is malloc used?
Why should I prototype a function?
How is null defined in c?
How can you allocate arrays or structures bigger than 64K?