Is it possible to initialize a variable at the time it was declared?


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

Post New Answer

More C Interview Questions

Write a program to print ASCII code for a given digit.

0 Answers   EXL, HCL,


Why is c faster?

0 Answers  


How are strings stored in c?

0 Answers  


Explain spaghetti programming?

0 Answers  


main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*

1 Answers  






write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


how to find string length wihtout using c function?

6 Answers  


What is a structure and why it is used?

0 Answers   Hexaware,


What is hashing in c language?

0 Answers  


What are the preprocessors?

9 Answers   HP,


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


Categories