How will you declare an array of three function pointers where each function receives two ints and returns a float?
TISL,
1364When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
TISL,
1273
write a program fibonacci series and palindrome program in c
What is c definition?
What is the total generic pointer type?
How is actual parameter different from the formal parameter?
Explain how do you sort filenames in a directory?
Can we add pointers together?
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 structure in c language?
When should you use a type cast?
What is the purpose of & in scanf?
What is structure of c program?
shorting algorithmS
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Explain the difference between the local variable and global variable in c?
Which is better between malloc and calloc?