What is meant by initialization and how we initialize a variable?


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

Post New Answer

More C Interview Questions

What are the types of data files?

0 Answers  


what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")

7 Answers   Cadence, JNTU, Zen Technologies,


What is the concatenation operator?

0 Answers  


where do we use structure pointer?

1 Answers  


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

0 Answers  


What is a structure and why it is used?

0 Answers   Hexaware,


write a program for egyptian fractions in c?

1 Answers   Satyam,


In header files whether functions are declared or defined?

1 Answers   TCS,


without using arithmatic operator convert an intger variable x into x+1

3 Answers  


Which one would you prefer - a macro or a function?

0 Answers  


Can we use any name in place of argv and argc as command line arguments?

0 Answers  


How do you initialize pointer variables?

0 Answers  


Categories