What are the different types of constants?
No Answer is Posted For this Question
Be the First to Post Answer
What should malloc() do?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
what is the difference between #include<> and #include”…”?
A stack can be implemented only using array?if not what is used?
What does malloc () calloc () realloc () free () do?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Why static is used in c?
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
write a programe returns the number of times the character appears in the string