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 are void pointers in c?

0 Answers  


for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable

2 Answers  


Table of Sudoku n*n

0 Answers  


post new interiew question and aptitude test papers

1 Answers  


How to develop software using "c" programming?

1 Answers   IBM, TCS,






what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


what is the difference between <stdio.h> and "stdio.h"

14 Answers   Invendis, Kanbay, Mastek, MathWorks,


Explain the use of 'auto' keyword in c programming?

0 Answers  


What is the difference between far and near in c?

0 Answers  


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...

3 Answers  


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

0 Answers  


We can draw a box in cprogram by using only one printf();& without using graphic.h header file?

4 Answers   NIIT,


Categories