What do you mean by c what are the main characteristics of c language?


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

Post New Answer

More C Interview Questions

In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 Answers   IBM,


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

0 Answers   CSC, Wipro,


Should I learn c before c++?

0 Answers  


Explain how do you print an address?

0 Answers  


What is malloc return c?

0 Answers  






Do variables need to be initialized?

0 Answers  


Ow can I insert or delete a line (or record) in the middle of a file?

0 Answers  


Why is a semicolon (;) put at the end of every program statement?

0 Answers  


There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.

1 Answers   HCL, iGate,


How to calculate Total working time using Login and logout?

2 Answers   CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,


How can you return multiple values from a function?

0 Answers  


Explain what is the benefit of using const for declaring constants?

0 Answers  


Categories