What is a void pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
how can we use static and extern?and where can we use this?
Is a house a shell structure?
What is c++ used for today?
Differentiate between #include<...> and #include '...'
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is a macro?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
What is variable initialization and why is it important?
Apart from dennis ritchie who the other person who contributed in design of c language.
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
wat is the difference between array and pointer?