One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
No Answer is Posted For this Question
Be the First to Post Answer
write a “Hello World” program in “c” without using a semicolon?
Explain main function in c?
What is the purpose of clrscr () printf () and getch ()?
What is oops c?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
How can I get random integers in a certain range?
why we wont use '&' sing in aceesing the string using scanf
Do string constants represent numerical values?
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A
What is the use of in c?
Explain how can I manipulate strings of multibyte characters?