What are integer variable, floating-point variable and character variable?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is structure data type in c?
How can I get random integers in a certain range?
explain about storage of union elements.
What are global variables?
How we can write a value to an address using macro..?
What is period operator in c?
Explain how can I right-justify a string?
What is a program?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
Is fortran still used today?
User define function contain thier own address or not.