The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
Answers were Sorted based on User's Feedback
Answer / fazlur rahaman naik & praneeth
a is the answer.i.e semicolon.
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / manju
a.semicolon
every statement in a ptogram which is written in c
language can be end with a semicolon. othewise it'l show a
error
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / vivek kumar
Terminator in the 'C' language is
semicolon
| Is This Answer Correct ? | 5 Yes | 2 No |
What is a double c?
1. Write a program to reverse every second word in a given sentence.
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Is null valid for pointers to functions?
How reliable are floating-point comparisons?
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
Program to display given 3 integers in ascending order
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
WHAT IS MEANT BY LIFE?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????