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.
what is the difference b/w NULL and null?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
hi , please send me NIC written test papers to sbabavalli@gmail.com
Which is better pointer or array?
what is a c-language.what is do.
how to multiply two number taking input as a string (considering sum and carry )
I have a varargs function which accepts a float parameter?
who invented c
Is main is user defined function?
How can you determine the size of an allocated portion of memory?
Write a program to find minimum between three no.s whithout using comparison operator.
Why doesnt long int work?