What is union and structure?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between struct and union.
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
What does the file stdio.h contain?
write a program to add two numbers of any size.....(remember any size)
write a c program to add two integer numbers without using arithmetic operator +
What's wrong with "char *p = malloc(10);" ?
Does sprintf put null character?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
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,
How to reverse a string using a recursive function, with swapping?
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.
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?