what is the difference between entry control and exit
control statement?

Answer Posted / manirathnam

super .....i like this type of websites

Is This Answer Correct ?    6 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the advantage of a random access file?

738


Explain how can you tell whether two strings are the same?

676


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

3955


Explain is it better to bitshift a value than to multiply by 2?

813


Do you know the purpose of 'register' keyword?

740






How to create struct variables?

689


explain what is fifo?

725


What is difference between arrays and pointers?

676


Explain a pre-processor and its advantages.

728


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

863


Write a program to print numbers from 1 to 100 without using loop in c?

749


Why C language is a procedural language?

700


How can I dynamically allocate arrays?

690


What oops means?

665


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

743