What is the total generic pointer type?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is a procedural language?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is the scope of global variable in c?
What is a pointer and how it is initialized?
How variables are declared in c?
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
Which sorting algorithm is the best?
What is n in c?
What is void main () in c?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.