why we are using semicolon at the end of printh statment
Answers were Sorted based on User's Feedback
Answer / sri
every statement must be end with semicolon.so We use
semicolon.
| Is This Answer Correct ? | 5 Yes | 22 No |
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
How can you determine the maximum value that a numeric variable can hold?
What is 1d array in c?
how to impliment 2 or more stacks in a single dimensional array ?
What are function pointers? Provide an example.
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
What is the size of a union variable?
What type of function is main ()?
What is the difference between text files and binary files?
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
which one low Priority in c? a)=,b)++,c)==,d)+
How can I call a function, given its name as a string?