In C language, a variable name cannot contain?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


What is getch?

0 Answers  


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


Explain following declaration int *P(void); and int (*p)(char *a);

3 Answers  






how to execute with out main in cprogram

15 Answers   Infosys,


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

1 Answers  


who is the founder of c

19 Answers   College School Exams Tests, HP,


what will be the output for the following main() { printf("hi" "hello"); }

5 Answers   RoboSoft,


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  


What does int main () mean?

0 Answers  


Categories