praagnovation
No Answer is Posted For this Question
Be the First to Post Answer
What are different storage class specifiers in c?
What is a spanning Tree?
How can you draw circles in C?
Can stdout be forced to print somewhere other than the screen?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
What is the need of structure in c?
How we can insert comments in a c program?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
What oops means?
HOW TO HANDLE EXCEPTIONS IN C
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef