the maximum value that an integer constant can have is
a) -32767
b) 32767
c) 1.701e+38
d) -1.7014e+38
Answer Posted / sadia
B
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the types of unary operators?
What are the types of pointers?
Explain how can I remove the trailing spaces from a string?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
What is nested structure with example?
What is a program flowchart and explain how does it help in writing a program?
What is data structure in c programming?
How can I prevent another program from modifying part of a file that I am modifying?
the question is that what you have been doing all these periods (one year gap)
What is the use of linkage in c language?
What is binary tree in c?
Is sizeof a keyword in c?
Explain what are compound statements?
Is c pass by value or reference?
What are the differences between new and malloc in C?