What is difference between constant pointer and constant variable?
No Answer is Posted For this Question
Be the First to Post Answer
sum of two integers values only other then integer it should print invalid input.
What are the types of variables in c?
How to delete a node from linked list w/o using collectons?
What are the two types of functions in c?
What is #include cctype?
What does *p++ do? What does it point to?
what is the code to display color fonts in the output?
Explain what is the purpose of "extern" keyword in a function declaration?
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 are c preprocessors?
what does ‘Bus Error’ mean?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?