What are integer variable, floating-point variable and character variable?


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

Post New Answer

More C Interview Questions

for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float

1 Answers  


What is anagram in c?

0 Answers  


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


Why main function is special give two reasons?

0 Answers  


#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?

5 Answers   Ramco,






What is s in c?

0 Answers  


Explain the red-black trees?

0 Answers  


What is a newline escape sequence?

0 Answers  


write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.

5 Answers   Temenos,


Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,


Explain what’s a signal? Explain what do I use signals for?

0 Answers  


What is break statement?

0 Answers  


Categories