What are the types of variables in c?


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

Post New Answer

More C Interview Questions

Write a program on swapping (100, 50)

0 Answers   BPL,


What do you mean by invalid pointer arithmetic?

0 Answers  


What is #include stdlib h?

0 Answers  


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


What is %d called in c?

0 Answers  






What is macro?

5 Answers   IBM,


What are 3 types of structures?

0 Answers  


Write a program to print distinct words in an input along with their count in input in decreasing order of their count

0 Answers  


number 2 plssssss help !!....using array.. turbo c.. create a program that will accept a number and determine if it is a happy number or an unhappy number.. example: enter a number : 7 7*7=49 then 4 and 9 4*4 and 9*9== 16 + 18 gives you 97 then 9 and 7 9*9 and 7*7 == 81 + 49 gives you 130 then 1 and 3 1*1 and 3*3 == 1 + 9 gives you 10 1*1 gives you 1 sample output: 7= 49= 16+81= 97= 81+49=130 =1+9=10 =1 "7 is a happy number" . if the last number is 2 then the number being inputed is not a happy number.

3 Answers  


What is void c?

0 Answers  


What's wrong with "char *p = malloc(10);" ?

4 Answers  


Using which language Test cases are added in .ptu file of RTRT unit testing???

0 Answers  


Categories