Answer Posted / vishal ramawat
Simply open calculator in windows. switch to scientific
view, n check ANY answer :)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between %d and %i?
What is a c token and types of c tokens?
What is getch() function?
what is the format specifier for printing a pointer value?
What is local and global variable in c?
Explain About fork()?
#include
What are different types of operators?
What are enumerated types?
What is nested structure?
How do I copy files?
How to define structures? ·
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 difference between structure and union in c programming?
Write a program to print numbers from 1 to 100 without using loop in c?