What is the relationship between pointers and data structure?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program for deleting duplicate elements in an array
i want to job in your company, so how it will be possible.
how to find the given number is prime or not?
What is difference between structure and union in c?
Why the use of alloca() is discouraged?
Explain what does the function toupper() do?
Explain how can type-insensitive macros be created?
how can u print a message without using any library function in c
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
What does %c do in c?
Write a code on reverse string and its complexity.