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 difference between getch() and getche()?
What is the -> in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
why java is called as a purely oops language.
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
what r the cpu registers r ther?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
how to find the sizof of any datatype using bit manipulations
What are data types in c language?
Can we add pointers together?
Explain threaded binary trees?