What is scanf () in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is c system32 taskhostw exe?
2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }
There seem to be a few missing operators ..
Write a program that receives as input a number omaadel-n-print, four digits.
What is wrong with this initialization?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How is a null pointer different from a dangling pointer?
the question is that what you have been doing all these periods (one year gap)
What are structure members?
what are bps & baud rates? differentiate these two?
How can I get the current date or time of day in a c program?