How to find a missed value, if you want to store 100 values in a 99 sized array?
No Answer is Posted For this Question
Be the First to Post Answer
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What are the 5 organizational structures?
a simple c program using 'for' loop to display the output 5 4 3 2 1
How to delete a node from linked list w/o using collectons?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
What is memory leak in c?
What is a structure and why it is used?
What is ambagious result in C? explain with an example.
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,