What is variables in c?


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

Post New Answer

More C Interview Questions

FILE PROGRAMMING

0 Answers   Wipro,


What is a struct c#?

0 Answers  


plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.

1 Answers  


what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }

1 Answers  


Write a factorial program using C.

0 Answers   iNautix,






write a program to gat the digt sum of a number (et. 15= >1+5=6)

2 Answers  


What are the similarities between c and c++?

0 Answers  


What do you know about the use of bit field?

0 Answers  


How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

0 Answers  


swapping of two numbers without using third variable using AND and OR operators

2 Answers  


which type of aspect you want from the student.

0 Answers   IBM, TCS,


what is linkage error when it occurs in c program

3 Answers  


Categories