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
Do you know the difference between malloc() and calloc() function?
Explain the difference between structs and unions in c?
Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
Why preprocessor should come before source code?
Is null valid for pointers to functions?
What are structures and unions? State differencves between them.
Write a program to exchange two variaables without temp
How do I use strcmp?
write a string copy function routine?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Is c pass by value or reference?