answersLogoWhite

0

In C Programming, double quotes are used to indicate String literal.

char *s = "Hello World";

Where as single quotes are used to indicate a single character.

char x = 'a';

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you use string in C programming?

You put it between double quotes, "like this".


What delimiter are use to specify the beginning and end of literal in c?

In C programming, string literals are specified using double quotes ("). For example, "Hello, World!" is a string literal that starts and ends with double quotes. Character literals, on the other hand, are specified using single quotes ('), such as 'A' for a character literal.


What is use of printf?

printf() is a build-in function under the header file 'stdio.h' in a C programming language. In c++,the same function is accomplished by 'cout' . It is used to display strings enclosed between double quotes. Its syntax is printf("...string/sentences/characters...."); After execution,all the characters between the double quotes will be displayed on the output screen.


What is the C language used for?

Programming.


What is a C compiler as used in C programming?

In C programming, C compiler is user to translate C source into C object module.


What is a scatter file in c or c double plus programming?

helps you to organise the memory as you want


What is C language used for?

Programming.


C A programming language widely used for systems programming?

Yes.


Which language is used in network programming?

C


Why are use c language?

For is it programming used.


What is the programming languages used in NFS?

c++


What is c and why you use?

C is a programming language, and it's mostly used for Systems Programming. Most kernels these days have at least some C code in them.