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
No Answer is Posted For this Question
Be the First to Post Answer
Is c is a high level language?
what is the diffrenet bettwen HTTP and internet protocol
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
What is register variable in c language?
write a program of palindrome(madam=madam) using pointer?
Write a program with dynamically allocation of variable.
Determine if a number is a power of 2 at O(1).
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is the difference between printf and scanf )?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a