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

Can you add pointers together? Why would you?

0 Answers  


What are the benefits of c language?

0 Answers  


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

11 Answers  


write a c program for swapping two strings using pointer

0 Answers  


What is data structure in c programming?

0 Answers  






The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

0 Answers  


Can true be a variable name in c?

0 Answers  


Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,


what is the main use of c where it can use the c

2 Answers   Infosys,


What is the role of this pointer?

0 Answers  


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

0 Answers   Google,


What is a program?

0 Answers  


Categories