What meant by lagging and leading? When if they are occurred what preventive methods should be taken?
14 56746Post New L&T Interview Questions
What do you mean by reach and reach the point of the relay?
I want to add 25 to all of the cells in column a. I do not want a new column, I want to add it right to the cells in column a?
What are class variables?
Can we convert csv to json?
hi, this is harish. i had finsihed cognos course recently.can some one help in the area of project explination, interview questions,real time scenarious....this is my maild id nanagupta907@gmail.com
What is lightning: or ui: in any lightning component?
what are the security recommendations while using mysql? : Sql dba
Explain about SAP Hybris module?
Explain the difference between authorization and authentication in web testing.
how do you establish good communication and information flow with others?
Does mongodb database have tables for storing records?
What is the use of object recorder?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
What is data binding angular?
What are the commands used in dcl? : sql server DBA