say the following declaration is correct nr not.
int b=a,n=0;
Answer Posted / 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 |
Post New Answer View All Answers
What are the similarities between c and c++?
why do some people write if(0 == x) instead of if(x == 0)?
What is a header file?
Why do we use pointer to pointer in c?
What is the use of bit field?
Disadvantages of C language.
What is d scanf?
Is c is a middle level language?
Why do some versions of toupper act strangely if given an upper-case letter?
Differentiate between new and malloc(), delete and free() ?
Who developed c language and when?
Explain what is the benefit of using enum to declare a constant?
How do I swap bytes?
What is volatile variable in c?
What is extern variable in c with example?