Answer Posted / chaitaligosai
how many applicants appeared in the java programming test at
chennai in the month of febryary
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I invoke another program or command and trap its output?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is the use of #define preprocessor in c?
What is main return c?
Explain what is the use of a semicolon (;) at the end of every program statement?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What are volatile variables in c?
What are pointers? Why are they used?
Why can't I perform arithmetic on a void* pointer?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is derived datatype in c?
What are the complete rules for header file searching?
What is union in c?