say the following declaration is correct nr not.
int b=a,n=0;
Answer Posted / sandhiya19937
correct
| Is This Answer Correct ? | 13 Yes | 8 No |
Post New Answer View All Answers
Explain what are header files and explain what are its uses in c programming?
What is cohesion and coupling in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is the importance of c in your views?
Add Two Numbers Without Using the Addition Operator
How do I get an accurate error status return from system on ms-dos?
What is s in c?
Explain why C language is procedural?
What is memory leak in c?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Why we use break in c?
What is string in c language?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Is c a great language, or what?
What is optimization in c?