Sir i need notes for structure,functions,pointers in c
language can you help me please
Example of friendly function in c++
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
Can you write the function prototype, definition and mention the other requirements.
char ch=10;printf("%d",ch);what is the output
what is bit rate & baud rate? plz give wave forms
What is the scope of static variables?
print the table 5 in loops
Differentiate between declaring a variable and defining a variable?
can a union be self-referenced?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
Why c is called a mid level programming language?