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 |
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
What is the difference between exit() and _exit() function?
difference between object file and executable file
How we can set and clear bit in a byte using macro function?
Differentiate between the expression “++a” and “a++”?
wtite a program that will multiply two integers in recursion function
what is available in C language but not in C++?
10 Answers CTS, TCS,
What's the best way of making my program efficient?
Can one function call another?
Write program to remove duplicate in an array?
How do you define CONSTANT in C?
What is string constants?