What are control structures? What are the different types?
No Answer is Posted For this Question
Be the First to Post Answer
how to swap two nubers by using a function with pointers?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
What does it mean when a pointer is used in an if statement?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Sir i need notes for structure,functions,pointers in c language can you help me please
How does #define work?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is the value of uninitialized variable in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
write an algorithm and a program to count the number of elements in a circularly singly linked list
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
application attempts to perform an operation?