What is the difference between single charater constant and string constant?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are global variables and explain how do you declare them?
What is this infamous null pointer, anyway?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
What is #include cctype?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
Where in memory are my variables stored?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Explain what is a program flowchart and explain how does it help in writing a program?
write a program whose output will be- 1 12 123 1234
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word