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
what is c programming?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
What will be the outcome of the following conditional statement if the value of variable s is 10?
write a c program to find the probability of random numbers between 1-1000
What is the difference between functions abs() and fabs()?
can you change name of main()?how?
How do I initialize a pointer to a function?
What is a constant and types of constants in c?
Program to find larger of the two numbers without using if-else,while,for,switch
a program that can input number of records and can view it again the record
swap 2 numbers without using third variable?