the maximum length of a character constant can be

a) 1 character

b) 8 characters

c) 256 chaacters

d) 125 characters


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}

3 Answers  


Write a C program that reads a series of strings and prints only those ending in "ed"

2 Answers   Accenture,


how can u print a message without using any library function in c

1 Answers   NIIT,






What is the difference between malloc calloc and realloc in c?

0 Answers  


prog for 1st five prime numbers in 2^x - 1

0 Answers  


int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?

6 Answers   Verifone,


what is the difference between strcpy() and memcpy() function?

2 Answers  


What are the 5 data types?

0 Answers  


write a function for strtok()??

2 Answers   Verifone,


hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

2 Answers   Wipro,


Categories