the real constant in c can be expressed in which of the following forms
a) fractional form only
b) exponential form only
c) ascii form only
d) both a and b
No Answer is Posted For this Question
Be the First to Post Answer
What is the proper way of these job Tell me about there full work
Do pointers store the address of value or the actual value of a variable?
how to connect oracle in C/C++.
Write a program to know whether the input number is an armstrong number.
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
Can a pointer be static?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
How can you be sure that a program follows the ANSI C standard?
Why do we write return 0 in c?
C language questions for civil engineering