answersLogoWhite

0

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

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How can program for c language?

first think of the logic and then write the statements


How do you write a c program without using scan statements?

#include <stdio.h> int main (void) { puts ("What is a 'scan statement'?!"); return 0; }


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.


How do you write Square program using vb?

write a vb program to find the magic square


Various jump statements in c?

Jump StatementsBranching is performed using jump statements, which cause an immediate transfer of the program control. The following keywords are used in jump statements:breakcontinuegotoreturn


Write Client and server program in C language using UDP?

Write and run a client and a server program in C-language using UDP


Can you write a sentence using the word consolidated?

Consolidated Financial Statements are mandatory for tax reporting.


How do you write a c program to convert binary to decimal by using while statement?

write a c++ program to convert binary number to decimal number by using while statement


Write a program that read phrase and print the number of lower-case letter in it using function of counting?

write a program that reads a phrase and prints the number of lowercase latters in it using a function for counting? in C program


Write a program By using if else statement to read a number and check whether it is positive or negative?

write a c++program by using if statement to read a number and check whether it is positive or negative


How to write a C program to find largest 2 numbers using pointers?

program to find maximum of two numbers using pointers