answersLogoWhite

0


Best Answer

'dat' isn't common for extension for imagyes; but read/fread still usable

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you read image with a DAT extension in C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you read an image in c language?

with read or fread


Is it possible to read image files using c language?

Yes.


What is the extension of C programming?

The extension of c program is ".c".


How does a compiler interpret the difference between c and c plus plus?

from the extension of your file.If it has an extension of .cpp then it is a c++ programIf it's extension is .c, then it is a C program.


What is extension in c programming?

for c language it is .c and for c++ it is .cpp


How do you make a keylogger with visual basic 6 or the c plus plus and can you embed or bind it to a picture and make it hidden?

Image files are not executable. Therefore impossible. However, the only trick is to put your executable look like image using image icon and making the extension like this Mypicture.jpg.exe


What is extension part of c plus plus?

C++ Extension Name is... Syntax is: File Name.extension name. Ex: ankit.cpp


How do you save GIF extension file in Dev c plus plus?

The extension is actually immaterial. It merely serves to give the operating system a hint as to the file's content, allowing the file to be associated with a particular application, such as a GIF file viewer or an image editor application. In order to save a GIF file, you must first re-encode the image (assuming it is not already in GIF format), and save the output to a file with a GIF extension.


What c plus plus program must be saved in a text with the extension cpp?

The .cpp extension is merely conventional; it is not required by the C++ standard. You can actually use any file extension you wish.


Why is 'C' the name-extension when saving a program in Turbo C?

Convention. Of course you can use any other extension, like 'helloworld.my-own-c-source' instead of 'helloworld.c' but why should you?


Why the extension cpp of c?

The extension of a file containing a C program can be any extension, so long as the compiler or platform can infer the proper rules to build it. Commonly, for C programs, the extension is .c, so myfile.c would be a C program. The term cpp is not a designation for C++. It means C Program Precompiler, and it is the normal way to build one or more C programs into an executable. Over the years, cpp has evolved into being able to handle all sorts of languages. C++ is one of them. Typical extensions for C++ programs are .cc, .cpp, and .cxx.


Where did C plus plus program come from?

C++ is an extension of C, and was invented by Bjarne Stroustrup.