a c variable cannot start with
a) an alphabet
b) a number
c) a special symbol
d) both b and c above
No Answer is Posted For this Question
Be the First to Post Answer
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
what is the return type of printf
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
i have a written test in tomorrow
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
What is the use of the restrict keyword?
what are advantages of U D F?
Are c and c++ the same?
What's the best way of making my program efficient?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
How to establish connection with oracle database software from c language?