Answer Posted / devanshu
hello
not coorect but aprocsimet 200-300 fuctuion in c
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain what is #line used for?
Why is c so popular?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Write a Program to accept different goods with the number, price and date of purchase and display them
What are register variables in c?
What is extern c used for?
Write a program to implement queue.
Can a file other than a .h file be included with #include?
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 pointers? What are different types of pointers?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is static memory allocation?
Explain the term printf() and scanf() used in c language?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Explain 'bit masking'?