What is function prototype?
No Answer is Posted For this Question
Be the First to Post Answer
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?
difference between memcpy and strcpy
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Subtract Two Number Without Using Subtraction Operator
how to create c progarm without void main()?
What is main void in c?
Program to trim a given character from a string.
What is function pointer c?
What is data types?
write a program in C to swap two variables
What is structure padding and packing in c?
write a program to print calender using for loop.