Is there any book to know about Basics of C Language?
Answer Posted / anita patrot
ya
Balguruswamy
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
what is the diffrenet bettwen HTTP and internet protocol
What are the advantages of c language?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What are structural members?
What is indirection in c?
What is d'n in c?
The statement, int(*x[]) () what does in indicate?
How can I do serial ("comm") port I/O?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
please give me some tips for the placement in the TCS.
How can you increase the size of a statically allocated array?
What is extern c used for?
What are the different types of endless loops?
How many levels of indirection in pointers can you have in a single declaration?