how many keywords are present in "c"?
Answers were Sorted based on User's Feedback
Answer / kalai
ya 32 keywords in c now
but before there was 28n keywords now 4 was added find them
| Is This Answer Correct ? | 37 Yes | 15 No |
Answer / bonam madhu venkata ramesh
There r only 32 keywords in c language..
| Is This Answer Correct ? | 27 Yes | 9 No |
Answer / manoj kumar
The following 37 keywords are reserved in C, each having a specific meaning to the compiler, and must not
be used as identifiers:
auto
enum
restrict
unsigned
break
extern
return
void
case
float
short
volatile
char
for
signed
while
const
goto
sizeof
_Bool
continue
if
static
_Complex
default
inline
struct
_Imaginary
do
int
switch
double
long
typedef
else
register
union
| Is This Answer Correct ? | 11 Yes | 2 No |
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
What is the GAC? What problem does it solve?
how do i add a column dynamically in a table by using java application?
what will we require to build project with the help of oracle
Plz Show notepad Coding using c# in window based application
Explain three modes in which files can be accessed from python program
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
Write a program to find factorial of a number using functions
Code for display the images from drive using vb 6.0?