What are keywords c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a program to add two numbers of any size.....(remember any size)

1 Answers  


What is union in c?

0 Answers  


what is the difference between const char *p, char const *p, const char* const p

5 Answers   Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,


can we implement multi-threads in c.

0 Answers  


How many keywords (reserve words) are in c?

0 Answers  






write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search

1 Answers   ADP, TCS,


How can you determine the maximum value that a numeric variable can hold?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  


what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


Why #include is used in c language?

0 Answers  


wt is d full form of c

6 Answers   TCS, Wipro,


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

0 Answers   TCS,


Categories