i want to switch my career from quailty assurance
engineering to development kindly guide me from which
programming language its better for me to start plz refer
some courses or certifications too
i have an experience of 1.5 yrs in QA field.Kindly guide me
No Answer is Posted For this Question
Be the First to Post Answer
How to write a C program to determine the smallest among three nos using conditional operator?
What is a #include preprocessor?
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
What is pragma in c?
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
What is a constant and types of constants in c?
What is void main ()?
Write a program to generate the Fibinocci Series
Who is invented by c?
What is wrong in this statement? scanf(“%d”,whatnumber);
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
main is a predefined or user define function if user defined why? if predefined whay?