SRUCTURE PROGRAMMING

Answer Posted / hemanthkumar

in c language the way of code writing is mandatory
u must write the program in a specific way
ex;
#include<stdio.h>
main()
{
//declarations
//functions
}

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which is conditional construct a) if statement b) switch statement c) while/for d) goto

729


What are formal parameters?

649


Do you know pointer in c?

575


Explain pointers in c programming?

626


How can I find out if there are characters available for reading?

633






What is the purpose of realloc()?

661


Explain do array subscripts always start with zero?

751


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2240


Can the “if” function be used in comparing strings?

580


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.

2152


How can I delete a file?

621


Explain is it valid to address one element beyond the end of an array?

724


What is the use of pragma in embedded c?

584


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

646


Why shouldn’t I start variable names with underscores?

621