how to go with this?
Answer / dipti
this is a pointer which is passed automatically when
variable called in function
| Is This Answer Correct ? | 1 Yes | 1 No |
what is the difference between structure and union?
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
Can variables be declared anywhere in c?
What are all different types of pointers in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What are the types of data types and explain?
program for comparing 2 strings without strcmp()
How can you allocate arrays or structures bigger than 64K?
difference of two no's with out using - operator
What is #include conio h?
Can true be a variable name in c?
write a program to count the no of repaeted words in a line?