Answer Posted / guest
Function calls are not allowed in initializers for global or
static variables.
Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
How can you read a directory in a C program?
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 a program?
How can I implement sets or arrays of bits?
Should a function contain a return statement if it does not return a value?
What are the string functions? List some string functions available in c.
Is main is a keyword in c?
What is a macro?
What is use of integral promotions in c?
What is the description for syntax errors?
Explain #pragma statements.
What are header files in c?
What are data structures in c and how to use them?
write a program to find out prime number using sieve case?
How are variables declared in c?