int x=sizeof(!5.856);
What will value of variable x?
Answers were Sorted based on User's Feedback
main() {int a=200*200/100; printf("%d",a); }
write a c program for greatest of three numbers without using if statment
Why does this code crash?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Write a program to check armstrong number in c?
What does the file stdio.h contain?
What is a void pointer? When is a void pointer used?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
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
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What do you mean by dynamic memory allocation in c?
what does ‘Bus Error’ mean?