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

Post New Answer

More C Interview Questions

What is graph in c?

0 Answers  


Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


how to find anagram without using string functions using only loops in c programming

1 Answers   Mind Tree, TCS,


Why does everyone say not to use gets?

0 Answers  


HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE

3 Answers   Wipro,


totally how much header files r in c language

8 Answers   TCS,


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }

1 Answers  


x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????

3 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

0 Answers  


what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


Categories