any restrictions have on the number of 'return' statements that may be present in a function.
a) no restriction
b) only 2 return statements
c) only 1 return statements
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
Write the syntax and purpose of a switch statement in C.
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
Is that possible to add pointers to each other?
Is swift based on c?
Is it better to use malloc() or calloc()?
Program to simulate second clock
program for validity of triangle from 3 side
What kind of sorting is this? SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
Explain how do you search data in a data file using random access method?
A program to allow an input operand and operator from the operator and read on the display and output operand.
Write a program that can show the multiplication table.
inline function is there in c language?