How do we declare variables in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

0 Answers  


What are pointers really good for, anyway?

0 Answers  


for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????

8 Answers  






How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


what is Array?

3 Answers  


how to find binary of number?

2 Answers  


What is the difference between variable declaration and variable definition in c?

0 Answers  


what is calloc and malloc?

2 Answers  


What does it mean when a pointer is used in an if statement?

0 Answers  


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 “****”.

0 Answers  


Categories