Is this program statement valid? INT = 10.50;
No Answer is Posted For this Question
Be the First to Post Answer
How can you return multiple values from a function?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
which one is highest Priority in c? a)=,b)+,c)++,d)==
The __________ attribute is used to announce variables based on definitions of columns in a table?
Why c is called a mid level programming language?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
Which header file is used for clrscr?
Write a program to print prime nums from 1-20 using c programing?
What is the best way to store flag values in a program?
What are void pointers in c?