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 is variable initialization and why is it important?
Can you define which header file to include at compile time?
What is the difference between %d and %*d in C
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
Explain how do you convert strings to numbers in c?
What is #define in c?
Where are local variables stored in c?
how to reverse string "Hello World" by using pointers only. Without any temp var
What are external variables in c?
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
How we can set and clear bit in a byte using macro function?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .