answersLogoWhite

0

#include <stdio.h>

int main (void) { puts ("What is a 'scan statement'?!"); return 0; }

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you write a program using if statements?

Use a text-editor like notepad, editpad, etc.


Can you print string without using semi column in C programming?

Sure. You can write any string, containing or not-containing semicolons (or commas, full stops etc). On the other hand, you cannot write programs without statements, and you have to terminate statements with semicolon.


Write c program to print palindrome using string without using strrev strlen strcam?

sdfdg


How can program for c language?

first think of the logic and then write the statements


Is it possible to write a C program without using preprocesser directives?

Technically yes, practically no.


Write a Program to convert decimal number into hexadecimal no without using function and string?

This is not a question.


Can you write a program without using any semicolon inside the main function?

not possible dude


How do you write a program in C plus plus plus plus How do you write a program in C to swap two variables without using the third oneo swap two variables without using the third one?

To swap two variables without using a third variable, use exclusive or manipulation... a ^= b; b ^= a; a ^= b;


How do you write a program in C to swap two variables without using the third one using XOR?

a=a^b; b=a^b; a=a^b;


Can you write a program without main in c?

Certainly, you can write a program without main, but you cannot build an executable from it, if that is okay with you.


Write a sample program using ASPNET explaining all the syntax and semantics of the program?

write a sample program using asp.net explaining all the syntax and semantics of the program


What are the individual instructions that you use to write a program in a high-level programming language called?

Statements.