Is it acceptable to declare/define a variable in a c header?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print the prime numbers from 1 to 100?
What are the average number of comparisons required to sort 3 elements?
write a program to check whether a number is Peterson or not.
What is the difference between constant pointer and pointer to a constant. Give examples.
Subtract Two Number Without Using Subtraction Operator
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 “****”.
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
How can I automatically locate a programs configuration files in the same directory as the executable?
2. What does static variable mean?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
how to print "hai" in c?
Write a program to print “hello world” without using semicolon?