With the help of using classes, write a program to add two numbers.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the types of arrays in c?

0 Answers  


Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.

0 Answers  


How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


program for swapping two strings by using pointers in c language

1 Answers  






How can you be sure that a program follows the ANSI C standard?

0 Answers   Aspire, Infogain,


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 Answers   CitiGroup,


What are the different types of objects used in c?

0 Answers  


What are multibyte characters?

0 Answers  


What language is c written?

0 Answers  


What is context in c?

0 Answers  


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


Categories