The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark

Answer Posted / likhit gatagat

semicolon

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 2c dna?

611


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

713


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

644


Why is c used in embedded systems?

616


What is difference between function overloading and operator overloading?

664






What is unsigned int in c?

565


What is the benefit of using an enum rather than a #define constant?

665


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

640


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1785


What are the two forms of #include directive?

646


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1574


What are the types of data types and explain?

675


How many levels of pointers can you have?

709


What is a pragma?

672


How can I remove the leading spaces from a string?

638