What is variable initialization and why is it important?


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

Post New Answer

More C Interview Questions

what is difference between array of characters and string

18 Answers   Accenture, Nest,


Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"

15 Answers   Accenture,


int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,


Why is c known as a mother language?

0 Answers  


What type of function is main ()?

0 Answers  






Is a house a mass structure?

0 Answers  


Is there any data type in c with variable size?

0 Answers  


write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.

6 Answers  


which header file contains main() function in c?

17 Answers   Google, HCL, TCS,


array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


Explain how do you determine a file’s attributes?

0 Answers  


What is string constants?

0 Answers  


Categories