what is the advantage of software development
Answer / shubham singh
To decrease the complexcity of the user problem and fast
work
| Is This Answer Correct ? | 3 Yes | 1 No |
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
What is the newline escape sequence?
write an algorithm and c program to add two 2x2 matrics
What is break in c?
Explain the use of 'auto' keyword
Explain what is the benefit of using #define to declare a constant?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
Write a program to find given number is even or odd without using any control statement.
how to find the given number is prime or not?
How can I find out how much memory is available?
What is malloc return c?