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 does stand for?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
why 'c' is called middle level language.
Why is c called c not d or e?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
Write a code on reverse string and its complexity.
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
What is use of bit field?
Write a C program to fill a rectangle using window scrolling
Can one function call another?
What are the advantages of Macro over function?
related to rdbms query .