Write a program for deleting duplicate elements in an array

Answer Posted / vrushali

Any program without goto.

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

1327


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2960


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

9950


What is difference between structure and union?

891


What does sizeof int return?

859


What are enums in c?

868


How can a program be made to print the name of a source file where an error occurs?

1015


How to write a multi-statement macro?

839


What are types of preprocessor in c?

829


Explain what is the purpose of "extern" keyword in a function declaration?

834


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

1155


What are the 3 types of structures?

796


Explain what is the difference between far and near ?

872


What are all different types of pointers in c?

793


How is actual parameter different from the formal parameter?

811