What language is c written?


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

Post New Answer

More C Interview Questions

What is the difference between array and pointer?

0 Answers  


Explain the properties of union. What is the size of a union variable

0 Answers  


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


Here is a neat trick for checking whether two strings are equal

0 Answers  


How can you convert integers to binary or hexadecimal?

0 Answers  






What is the newline escape sequence?

0 Answers  


what is software?

7 Answers   Wipro,


Explain bitwise shift operators?

0 Answers  


Is linux written in c?

0 Answers  


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


What are keywords c?

0 Answers  


What is null character in c?

0 Answers  


Categories