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 non standard function in c

0 Answers  


Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?

1 Answers  


How can I make it pause before closing the program output window?

0 Answers  


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  






console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

0 Answers  


What is scanf () in c?

0 Answers  


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


Which function in C can be used to append a string to another string?

0 Answers  


Explain how can I pad a string to a known length?

0 Answers  


Categories