Write a programme using structure that create a record of
students. The user allow to add a record and delete a record
and also show the records in ascending order.
No Answer is Posted For this Question
Be the First to Post Answer
Is c is a procedural language?
Where define directive used?
How pointer is benefit for design a data structure algorithm?
Why cann't whole array can be passed to function as value.
What are the two types of functions in c?
Explain the use of 'auto' keyword
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
what is constant pointer?
what is default constructor?
Which built-in library function can be used to match a patter from the string?
if we take a number as a char then can we manipulate(add, subtract) on this number