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
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.
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 “****”.
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...
What is difference between structure and union?
What does sizeof int return?
What are enums in c?
How can a program be made to print the name of a source file where an error occurs?
How to write a multi-statement macro?
What are types of preprocessor in c?
Explain what is the purpose of "extern" keyword in a function declaration?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What are the 3 types of structures?
Explain what is the difference between far and near ?
What are all different types of pointers in c?
How is actual parameter different from the formal parameter?