Why is structure important for a child?
No Answer is Posted For this Question
Be the First to Post Answer
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
How do you prevent buffer overflows in C?
Which is the best sort method for library management?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
How can I pad a string to a known length?
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.
Write a program that his output * *** *****
What are c header files?
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
Find MAXIMUM of three distinct integers using a single C statement