How can you find out how much memory is available?
No Answer is Posted For this Question
Be the First to Post Answer
How to create struct variables?
What is a volatile keyword in c?
write a program in c to print **** * * * * ****
program for swapping two strings by using pointers in c language
write a program to concatenation the string using switch case?
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
Where define directive used?
how to swap two integers 1 and 32767 without using third variable
What are structures and unions? State differencves between them.
a program that can input number of records and can view it again the record
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
What are operators in c?