What is a floating point in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program for odd numbers?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
Can we change the value of #define in c?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
How do you redirect a standard stream?
Write program to remove duplicate in an array?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
provide an example of the Group by clause, when would you use this clause
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
How do you search data in a data file using random access method?
define switch statement?