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
Why do we use return in c?
What are loops c?
Explain what are multibyte characters?
Are global variables static in c?
How can I change the size of the dynamically allocated array?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
how is the examination pattern?
What does typedef struct mean?
What oops means?
How many types of operator or there in c?
What is calloc() function?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Is c procedural or object oriented?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
write a c program in such a way that if we enter the today date the output should be next day's date.