What is the difference between struct and typedef struct in c?
Write a program to find minimum between three no.s whithout using comparison operator.
How to implement variable argument functions ?
what is pointer?
13 Answers HCL, TCS,
Write a Program to accept different goods with the number, price and date of purchase and display them
what is used instead of pointers in java than c?
Explain how can I remove the trailing spaces from a string?
difference between memcpy and strcpy
What is difference between arrays and pointers?
please explain every phase in the "SDLC" in the dotnet.
write a program in c to print **** * * * * ****
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
triangle number finding program...