Suppose if I have updated few fields of adabas file using update command, and after that I used display to see that field get updated or not. If in display it showing nothing or record did not get updated then what can be the possible reasons?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
What is colour analysis?
What are the modules of spring framework?
what r the question asked in interview of gate,is it related to course?
What is the purpose of _init_() function in python?
What is the use of #include in c?
What kind of tests would you automate?
What is vcredist?
3. Explain the factors that influence group effectiveness.
If my salary is 11,ooo then how much my Basic ,HR & DA.
What is nested loop? What is dangling else condition in it?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
List the essential features you look for a theme?
How to filter records of table in SQL SERVER?