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
What are the __date__ and __time__ preprocessor commands?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
Write a program to find the smallest and largest element in a given array in c language
can you change name of main()?how?
What is volatile variable in c?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
What are # preprocessor operator in c?
Explain high-order bytes.
Is there any demerits of using pointer?
What does & mean in scanf?
Define and explain about ! Operator?