what will be the out put.
#include<stdio.h>
void main()
{
printf("Output:");
printf(1+"vikashpatel");
}//output: ikashpatel
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
Why is c called a structured programming language?
Why cant I open a file by its explicit path?
Is reference used in C?
Explain what will the preprocessor do for a program?
When was c language developed?
Explain what is a program flowchart and explain how does it help in writing a program?
What's the best way to declare and define global variables?
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
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?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is your stream meaning?