What is main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to remove occurrences the word from entered text?
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 “****”.
What is a shell structure examples?
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
Is there any demerits of using pointer?
Explain what is meant by 'bit masking'?
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
main() {int a=200*200/100; printf("%d",a); }
Do you know null pointer?
What is the difference between a structure and a union?
What is keyword with example?
What are actual arguments?