The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
No Answer is Posted For this Question
Be the First to Post Answer
Is flag a keyword in c?
What is the best way to store flag values in a program?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
What is pragma c?
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
from which concept of 'c', the static member function of 'c++' has came?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
write a program to find out number of on bits in a number?