list the no of files created when c source file is compiled
Answer Posted / peter devanesan
.obj,.bak
| Is This Answer Correct ? | 23 Yes | 10 No |
Post New Answer View All Answers
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is the equivalent code of the following statement in WHILE LOOP format?
Give differences between - new and malloc() , delete and free() ?
What is else if ladder?
How can I trap or ignore keyboard interrupts like control-c?
What is c language and why we use it?
a program that can input number of records and can view it again the record
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is wrong with this code?
Explain how do you determine a file’s attributes?
What is keyword with example?
Why we not create function inside function.
Explain the Difference between the New and Malloc keyword.
What are linked lists in c?