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
differentiate built-in functions and user – defined functions.
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is calloc()?
What is pragma c?
Explain the difference between structs and unions in c?
all c language question
Are the variables argc and argv are local to main?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Which built-in library function can be used to match a patter from the string?
What are categories used for in c?
What is table lookup in c?
What is the modulus operator?
Explain what are the different file extensions involved when programming in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
How can I convert a number to a string?