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
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
why division operator not work in case of float constant?
differnce between do and do while
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
wat is the difference between array and pointer?
what is software?
How do you use a 'Local Block'?
what is mallloc()?how it works?
Write a c program to demonstrate Type casting in c?
What is a function simple definition?
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?