What is meant by initialization and how we initialize a variable?
No Answer is Posted For this Question
Be the First to Post Answer
what is the role you expect in software industry?
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 #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What is difference between function overloading and operator overloading?
Which is an example of a structural homology?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
How to declare a variable?
A C E G H +B D F A I ------------ E F G H D
What is the use of clrscr?
What are the advantages of c preprocessor?
write a program to display the array elements in reverse order in c language
What is the difference between declaring a variable and defining a variable?