What is indirection in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the need for main function in c?
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
ASCII stands for
How would you sort a linked list?
Write program to remove duplicate in an array?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
what is real time system?what is the differance between hard and soft real time systems
What is property type c?
how is the examination pattern?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
Write a program to print fibonacci series without using recursion?