will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);
Answer Posted / raghav
it showing the null pointer assignment
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pointer to pointer in c with example?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
formula to convert 2500mmh2o into m3/hr
What are loops c?
What is call by value in c?
What is a constant?
What's the difference between constant char *p and char * constant p?
Add Two Numbers Without Using the Addition Operator
If errno contains a nonzero number, is there an error?
What is the purpose of main() function?
Explain null pointer.
What does typeof return in c?
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 “****”.
Is it fine to write void main () or main () in c?
What is #include stdio h and #include conio h?