What would be an example of a structure analogous to structure c?
No Answer is Posted For this Question
Be the First to Post Answer
What is double pointer?
What is malloc calloc and realloc in c?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
What are dangling pointers? How are dangling pointers different from memory leaks?
Why c is procedure oriented?
What is the difference between void main() and void main (void) give example programme?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
Write a program to print fibonacci series without using recursion?
Is null always defined as 0(zero)?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
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.
write a program to find the largest and second largest integer from an array