What is the purpose of 'register' keyword in c language?
No Answer is Posted For this Question
Be the First to Post Answer
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
Who is the main contributor in designing the c language after dennis ritchie?
Explain what is the best way to comment out a section of code that contains comments?
What is function prototype?
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.
Hai what is the different types of versions and their differences
Write a program to reverse a linked list in c.
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
What oops means?
How will you divide two numbers in a MACRO?
what is the format specifier for printing a pointer value?
How to avoid buffer overflow?