What is int main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
The difference between printf and fprintf is ?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Who is invented by c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
what is the diff b/w static and non static variables in C. Give some examples plz.
write a c program in such a way that if we enter the today date the output should be next day's date.
What is volatile variable how do you declare it?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Is c object oriented?
Total of how many functions are available in c?