Describe explain how arrays can be passed to a user defined function
No Answer is Posted For this Question
Be the First to Post Answer
LOGIC OF Bodmas?
What is the use of a conditional inclusion statement in C?
Why string is used in c?
the question is that what you have been doing all these periods (one year gap)
what is bitwise operator?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
what is software?
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); }
Why is a semicolon (;) put at the end of every program statement?
Why c is called procedure oriented language?
How can I pad a string to a known length?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%