How will you divide two numbers in a MACRO?
No Answer is Posted For this Question
Be the First to Post Answer
int x=sizeof(!5.856); What will value of variable x?
If the size of int data type is two bytes, what is the range of signed int data type?
What is the purpose of 'register' keyword?
What are the types of unary operators?
who invented c
develop algorithms to add polynomials (i) in one variable
What are the different categories of functions in c?
How can we allocate array or structure bigger than 64kb?
What are the advantage of c language?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
write a program to display the numbers having digit 9 in the given range from 1 to 100
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?