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
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
why we are using float in C
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
How to write the code of the program to swap two numbers with in one statement?
How can a program be made to print the line number where an error occurs?
Can you please explain the difference between exit() and _exit() function?
how to capitalise first letter of each word in a given string?
how to use showbits function?
Differentiate between a for loop and a while loop? What are it uses?
main() { int i=400,j=300; printf("%d..%d"); }
Explain what is the difference between a string and an array?
Explain the difference between getch() and getche() in c?