How does selection sort work in c?
What are the disadvantages of a shell structure?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
Describe the modifier in c?
List some of the dynamic data structures in C?
Explain two-dimensional array.
Can we compile a program without main() function?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
how to find out the reverse number of a digit if it is input through the keyboard?
is c language is a object oreinted language?
There seem to be a few missing operators ..
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is a const pointer in c?