Answer Posted / vivek
we can get by convert prog. into sourse code
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is calloc in c?
What is difference between static and global variable in c?
Explain what are run-time errors?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What are inbuilt functions in c?
Explain the red-black trees?
What is getch() function?
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.
Write a program to reverse a string.
How can I access an I o board directly?
Explain 'far' and 'near' pointers in c.
What is size of union in c?
What is strcmp in c?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Why can’t we compare structures?