answersLogoWhite

0

What is the datatype of 3 in c?

Updated: 9/20/2023
User Avatar

Wiki User

12y ago

Best Answer

integer literal

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the datatype of 3 in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the best datatype for storing your birthday?

in Unix: the datatype is "Date" in C++: the datatype is "char"


What is the best datatype for storing birthdays?

in Unix: the datatype is "Date" in C++: the datatype is "char"


Is their any scalar datatype in c language?

Float


Is there a datatype string in c plus plus?

Yes.


C program to implement tower of hanoi using array implementation of stack abstract datatype?

stack abstract datatype


How many bytes are there for a plus b plus c?

It completely depends the datatype that you have assigned for the variables 'a' , 'b' , and 'c'. Check the compiler that you are using for the size of the datatype in bytes. Add them and thus you will get the answer.


What is the datatype of FILE in C?

FILE is a data-type (a struct, to be precise).


What is meant by a Java Long Datatype?

The Java Long Datatype is a 64 bit data language, this format of Java is important to be skilled in for anyone that are to be doing C++ programing language.


Is there any datatype for date in C plus plus?

Look into time_t in the time.h library


How you declare a variable in c language?

you have to give a statement in the following syntax datatype variable;


What are functions in c?

These are a small set of instructions designed to operate on its given input and perform some actions or return some output. syntax : function_name ( datatype var, datatype var....);


Write a program that show size of datatype?

sizeof(datatype)