Answer Posted / deena
to indicate the address of variable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the rules for identifiers in c?
What is floating point constants?
Explain how can you avoid including a header more than once?
how to find binary of number?
What are the benefits of organizational structure?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What are the advantages of using linked list for tree construction?
Are pointers integer?
What is pragma in c?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Is that possible to add pointers to each other?
largest Of three Number using without if condition?
What is null pointer in c?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What are reserved words?