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 |
What is meant by STACK?
Hi all... I had completed MSC(Computer) and had join the construction company based on sap.they want me to work on abap.but software company is totally different from construction company and they want me 2 grasp it as fast i can.i am finding it difficult.what should i do??????
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
Full from of MP3?
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
When you?re running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
how many types of bytes are there???
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
Write a program to calculate the following i want a Java program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
Please anyone tell me coding to print prime numbers from 1 to 5000 in c#....
what diffrence between procedure and function?
Diff between %let and Call symput?