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
What are the advantages of external class?
What is "Duff's Device"?
I have a varargs function which accepts a float parameter?
Differentiate between static and dynamic modeling.
What are the types of pointers in c?
Write a program to know whether the input number is an armstrong number.
Why is void main used?
Write a program to print "hello world" without using a semicolon?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How are strings stored in c?
What does void main return?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.