What is volatile variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
Write a c program using for loop in switch case?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is the purpose of scanf() and printf() functions?
What is formal argument?
How can I find the modification date of a file?
What extern c means?
What is a char 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 “****”.
Write a program using bitwise operators to invert even bits of a given number.
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
What does the && operator do in a program code?