i want to know the procedure of qualcomm for getting a job
through offcampus
No Answer is Posted For this Question
Be the First to Post Answer
What is pointers in c?
What is the difference between Printf(..) and sprint(...) ?
write a program in c language to print your bio-data on the screen by using functions.
write the program to find multiplication of 2-D matrix??????????
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
What is meant by realloc()?
Why enum is used in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
When should the volatile modifier be used?
who invented c
How do we print only part of a string in c?
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }