What are register variables? What are the advantage of using register variables?
No Answer is Posted For this Question
Be the First to Post Answer
how to print a statement in c without use of console statement ,with the help of if statement it should print
Can a pointer be static?
Explain the difference between call by value and call by reference in c language?
What is use of null pointer in c?
What happens if you free a pointer twice?
What is header file in c?
write a C code To reverse a linked list
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
What is string function c?
Write a programe print the sum of series 0,1,2,.....10
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
What is difference between structure and union in c programming?