How can a string be converted to a number?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are preprocessor directives?
Explain the red-black trees?
How do I create a directory? How do I remove a directory (and its contents)?
A program to write a number of letters and numbers, such as counting and display
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
How main function is called in c?
What is use of #include in c?
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.
If input is 123 then how to print 100 and 20 and 3 seperately?
Write a program that his output 1 12 123
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
What are the advantages of union?