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 does sizeof know array size?
Explain how do you search data in a data file using random access method?
What are structures and unions? State differencves between them.
What is fflush() function?
how to create duplicate link list using C???
What is maximum size of array in c?
How would you rename a function in C?
How can I recover the file name given an open stream or file descriptor?
What are derived data types in c?
What is output redirection?
What is difference between class and structure?
How do I swap bytes?
Explain the ternary tree?
Can you write a programmer for FACTORIAL using recursion?
What is difference between static and global variable in c?