WHY DO WE USE A TERMINATOR IN C LANGUAGE?
Answers were Sorted based on User's Feedback
Answer / swati
to give indication to compiler that the printed statement
before terminator is ended and read next line of
program.Terminator is also known as "end of statement"
Is This Answer Correct ? | 27 Yes | 0 No |
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
What is the difference between malloc() and calloc()?
Write a C program to count the number of email on text
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
What does p mean in physics?
write a program to find out prime number using sieve case?
is forign key will be unique key any table or not?
If the size of int data type is two bytes, what is the range of signed int data type?
When should volatile modifier be used?
i have a written test for microland please give me test pattern