What is string function c?
No Answer is Posted For this Question
Be the First to Post Answer
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
what is the height of tree if leaf node is at level 3. please explain
without using control structures and control structures find the max and min of given 2 nos
second highest number in a given set of numbers
What is the use of the #include directive?
Which is the memory area not included in C program? give the reason
Do you know what are the properties of union in c?
how write a addtion of two single dimensional array using of pointer in c language?
How do we open a binary file in Read/Write mode in C?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
Can a pointer be null?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1