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
What is the need of structure in c?
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
Is register a keyword in c?
Define macros.
write a program wch produces its own source code aas its output?
Write down the program to sort the array.
What is merge sort in c?
How to avoid buffer overflow?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
Explain data types & how many data types supported by c?