say the following declaration is correct nr not.
int b=a,n=0;
Answers were Sorted based on User's Feedback
Answer / nishant kumar
it's wrong as u are asigning 'a' to 'b' without declaring its data type..
| Is This Answer Correct ? | 3 Yes | 0 No |
Read two numbers from keyboard and find maximum of them?
I have seen function declarations that look like this
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
how can i get this by using for loop? * ** * **** * ******
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
Are negative numbers true in c?
Can we declare variable anywhere in c?
What is the difference between calloc() and realloc()?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
Can you please explain the scope of static variables?
What is a far pointer in c?