Answer Posted / vadivel t
Hi Vignesh,
All the answers u hav posted is correct except declaration
of a variable.
Cos, in C++ we can declare a variable anywhere in a
function.
But in C it is poosible to declare only at the starting of
the function.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you print only part of a string?
Can we increase size of array in c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What are data structures in c and how to use them?
Compare interpreters and compilers.
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
How can I run c program?
What is a memory leak? How to avoid it?
what are the 10 different models of writing an addition program in C language?
How can I find the modification date of a file?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What are the types of assignment statements?
What is the deal on sprintf_s return value?
What are the advantages of using Unions?
What is the difference between variable declaration and variable definition in c?