how many keywords do C compile?
Answer Posted / naresh lingampally
In general we use 32/36 keywords..........
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are the types of pointers?
What is the meaning of 2d in c?
Why do we need arrays in c?
What is binary tree in c?
What functions are used for dynamic memory allocation in c language?
What is %lu in c?
How can you increase the allowable number of simultaneously open files?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
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 “****”.
Explain the advantages and disadvantages of macros.
Explain the difference between exit() and _exit() function?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is an auto keyword in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
The __________ attribute is used to announce variables based on definitions of columns in a table?