Tell me what is the purpose of 'register' keyword in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the role of && operator in a program code?
Is c is a low level language?
What are the different file extensions involved when programming in C?
How can I recover the file name given an open stream?
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
main() {int a=200*200/100; printf("%d",a); }
What is the use of ?
What are the 4 types of functions?
Explain how can I avoid the abort, retry, fail messages?
What are pointers? What are stacks and queues?