Write a program to show the change in position of a cursor using c
No Answer is Posted For this Question
Be the First to Post Answer
Explain function pointer with exapmles.
Diff between for loop and while loop?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
What is the difference between getch() and getche()?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
Why array starts with index 0
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
What is static memory allocation? Explain
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What are the 4 types of unions?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer