Answer Posted / k.thejonath
char (*)p[100];
Here p is a pointer to an array of 100 character elements..
| Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
Can we change the value of static variable in c?
Can you tell me how to check whether a linked list is circular?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
By using C language input a date into it and if it is right?
What is sizeof array?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is the use of volatile?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Where static variables are stored in c?
Is python a c language?
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 is the use of printf() and scanf() functions?
What is volatile keyword in c?
What is function prototype in c with example?