TP VISION INTERVIEW QUESTIONS
1)Write a Program to find the sum of digits?
2)Write a Program to delete the node from specified position/insert the node at specified position?
3)Implement strcat userdefined?
4)Sort the given array and remove the duplicate elements?
5)Difference between getc,getchar,getch?
6)Difference between printf,fprintf,sprintf?
7)Difference between scnaf,fscanf,sscanf?
8)Write a program for the data structure having phonenumber and name.Print the phone number if the user enter the name of person(Assume certain conditions)?
9)Program for string palindrome using function if the string is palindrome return 1 else return 0?
10)Program for balanced parenthesis using fucntion if the string is "[ ]" return 1 else "[ }" return 0?
11)Program for largest prime factor of a number using fucntions?
12)What is volatile?
13)What is pointers and use?
14)Why do we need friend function?
15)Difference between semaphore and mutex?
16)About Memory Management Unit in OS?
17)Explain about pipe mechanism?
18)Questions on Deadlock,Dead lock Prevention?
19)for(i=0;i<n;i++)
fork();
How Many child processes will create?
20)What is a swap space?
1)Write a Program to find the sum of digits?
2)Write a Program to delete the node from specified position/insert the node at specified position?
3)Implement strcat userdefined?
4)Sort the given array and remove the duplicate elements?
5)Difference between getc,getchar,getch?
6)Difference between printf,fprintf,sprintf?
7)Difference between scnaf,fscanf,sscanf?
8)Write a program for the data structure having phonenumber and name.Print the phone number if the user enter the name of person(Assume certain conditions)?
9)Program for string palindrome using function if the string is palindrome return 1 else return 0?
10)Program for balanced parenthesis using fucntion if the string is "[ ]" return 1 else "[ }" return 0?
11)Program for largest prime factor of a number using fucntions?
12)What is volatile?
13)What is pointers and use?
14)Why do we need friend function?
15)Difference between semaphore and mutex?
16)About Memory Management Unit in OS?
17)Explain about pipe mechanism?
18)Questions on Deadlock,Dead lock Prevention?
19)for(i=0;i<n;i++)
fork();
How Many child processes will create?
20)What is a swap space?