Answer Posted / deepak saini
class is the collection of data and functions(methods)
which are used to collect that data.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is main is user defined function?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Write a program to find the biggest number of three numbers in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What are the 4 types of unions?
What is the main difference between calloc () and malloc ()?
What is structure in c definition?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
what is the different bitween abap and abap-hr?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Describe the difference between = and == symbols in c programming?
How do you define a function?
What is multidimensional arrays