What is key word in c language?

Answer Posted / dhakar123

Key word is a C-Tokens which is specify meaning.

Is This Answer Correct ?    33 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is string function in c?

541


What is a void pointer in c?

609


Explain is it valid to address one element beyond the end of an array?

737


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1664


What are the usage of pointer in c?

704






The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

636


What happens if header file is included twice?

656


When is the “void” keyword used in a function?

840


What is linear search?

678


Why does the call char scanf work?

621


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

660


Can we compile a program without main() function?

636


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

712


What are the two types of structure?

579


what is the syallabus of computer science students in group- 1?

1845