how to make a scientific calculater ?
No Answer is Posted For this Question
Be the First to Post Answer
Is python a c language?
How many types of operators are there in c?
What is time null in c?
Is javascript written in c?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
How to print %d in output
What are dangling pointers? How are dangling pointers different from memory leaks?
what is mean by Garbage collection ? Please answer me. Advance thanks.
Write a program to know whether the input number is an armstrong number.
Explain the meaning of keyword 'extern' in a function declaration.
What are structure types in C?