sir i got 146 correct question & i have also the advantage
of height so will they consider my marks as 146+3=149.can
any body tell me how they consider my height marks.
Is c easy to learn?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
Describe wild pointers in c?
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
Why is c so powerful?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
Write a programe print the sum of series 0,1,2,.....10
about c language
There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?