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 is the use of pragma in embedded c?
Explain is it valid to address one element beyond the end of an array?
What is methods in c?
what type of questions arrive in interview over c programming?
Tell us bitwise shift operators?
How do I round numbers?
Write a program to swap two numbers without using third variable?
Is there sort function in c?
Do you know pointer in c?
Is main a keyword in c?
Define C in your own Language.
What are the two types of structure?
What is n in c?
Why is python slower than c?
write a progrmm in c language take user interface generate table using for loop?