Write the test cases for checking a variable having value in
range -10.0 to +10.0?
No Answer is Posted For this Question
Be the First to Post Answer
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
What is volatile in c language?
program to print upper & lower triangle of a matrix
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is const keyword in c?
Does c have circular shift operators?
How can I change the size of the dynamically allocated array?
void main() { int i=5; printf("%d",i++ + ++i); }
how can use subset in c program and give more example
What's the total generic pointer type?