Sir i need notes for structure,functions,pointers in c
language can you help me please
No Answer is Posted For this Question
Be the First to Post Answer
write a program to generate address labels using structures?
What's a good way to check for "close enough" floating-point equality?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What are the different file extensions involved when programming in C?
Tell us two differences between new () and malloc ()?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is the meaning of int *x[]();?
Why do we use main function?
Write a function to find the area of a triangle whose length of three sides is given
Explain what are reserved words?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
Write a simple code fragment that will check if a number is positive or negative.