i have a written test for microland please give me test
pattern
No Answer is Posted For this Question
Be the First to Post Answer
Is it better to bitshift a value than to multiply by 2?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Why ordinary variable store only one value
What does the function toupper() do?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
Which command is more efficient? *(ptr+1) or ptr[1]
biggest of two no's with out using if condition statement
read an array and search an element