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
What is the modulus operator?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is floating point constants?
why programs in c are running with out #include
What is character constants?
What is cohesion in c?
How do you use a pointer to a function?
What is c definition?
What is bin sh c?
What do mean by network ?
Why is main function so important?
What is the return type of sizeof?
What is a string?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
When should a far pointer be used?