answersLogoWhite

0

Creating a notepad using c

Updated: 12/23/2022
User Avatar

Wiki User

10y ago

Best Answer

Hello Guys , Creating Notepad in C Langauge is too much easy . It's Just Fun...!

#include<stdio.h>

#include<conio.h>

int main()

{

FILE *open; //use to open file pointer//

//File_txt is created

opn=fopen("C:\\filename.txt" ,"w") \\use "w" for creating a file//

fclose(opn);

getch();

}

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Creating a notepad using c
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can a notepad file be read using C language?

sure


How do you align text using notepad?

we can align text using notepad by by going to the font option


How do you open javascript?

Using notepad++, or notepad, or anything that can read uft-8.


How you write a c program in notepad?

Use the keyboard.


How do you open command prompt using note pad?

don't know how do do it using notepad but can use excell and create a hyperlink with this address file:///c:/windows/system32/cmd.exe and follow the link


What are the shortcomings of creating webpages using Notepad?

depends on your knowledge of HTML; Notepad just has no build in checks and color highlighting, like other dedicated HTML editors, nor is it WYSIWYG (what-you-see-is-what-you-get). But apart from that, notepad will produce equally good HTML as any other text editor.


How do you make executable files on notepad?

Making an executable file in notepad is like trying to write a song in notepad. If you were to view an .exe in notepad all that you would see is a jumbled mess of numbers and symbols. However, if you really wanted to you could write a program using a programing language like C# or Pascal in notepad and later convert it to an executable. Here is to show part of an exe file looks like in notepad. &ocirc;&#12544;YY&cedil;pL&#12544;&eacute;&#12544;&#12544;&iquest;&#148;dK&#12544;Wh&#152;dK&#12544;&#141;&acute;$&#144;&#12544;&#12544;&egrave;&iacute;&ucirc;&yuml;&yuml;Wh&deg;d


Is it possible to wright C plus plus in notepad?

Sure.


How do you use notepad to make a webpage?

Using HTML Codes


What is the connection of a notepad with HTML tags?

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.


Can you write a C program Without turbo C IDE?

Yes you can write a C program without using turbo C IDE. All you need is a text editor like notepad where you can write your codes and after writting them save the file with .c extension. But for compilling and running the code you will be needing turbo C IDE.


Where do you get c plus plus software?

A good open source IDE for C++ would be Code::Blocks or Notepad++.