What are dangling pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to swap two numbers without using third variable in c?
What is maximum size of array in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
what is the difference between #include<> and #include”…”?
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
Explain the red-black trees?
What is the use of void pointer and null pointer in c language?
difference between Low, Middle, High Level languages in c ?
What is a nested formula?
Write a program in C to reverse a number by recursive function?
what is the use of bitfields & where do we use them?