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

1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


What is the default value of local and global variables in c?

0 Answers  


write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


Who is the founder of c language?

0 Answers  


How can I find out how much memory is available?

1 Answers   Persistent,






what is the different bitween abap and abap-hr?

0 Answers   TCS,


can we print any string without using terminator?

2 Answers   Infosys, TCS,


write a program that print itself even if the source file is deleted?

2 Answers  


Where are local variables stored in c?

0 Answers  


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


What is a nested loop?

0 Answers  


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


Categories