What is structure in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to swap two numbers without using third variable?
how to print a statement in c without use of console statement ,with the help of if statement it should print
what are the facialities provided by you after the selection of the student.
C program to find all possible outcomes of a dice?
how many error occurs in C language ?
where do we use structure pointer?
What is the difference b/w Structure & Array?
Explain the difference between malloc() and calloc() in c?
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
Explain about C function prototype?
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????