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
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What does *p++ do? What does it point to?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
Differentiate abs() function from fabs() function.
Write a program to identify if a given binary tree is balanced or not.
Which header file is essential for using strcmp function?
Why is c called c?
What is a scope resolution operator in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the memory allocated by the following definition ? int (*x)[10];
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;