Answer Posted / vikas thakur
array is acollection of same data type element which is
stored in cosecutive memmory
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why use int main instead of void main?
What is bss in c?
How can I convert a number to a string?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What are types of preprocessor in c?
Describe the difference between = and == symbols in c programming?
What is a structure and why it is used?
Why do we use main function?
Explain the Difference between the New and Malloc keyword.
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What are the types of data structures in c?
What is meant by type specifiers?
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
What are high level languages like C and FORTRAN also known as?
What are formal parameters?