Can one function call another?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
What are different types of variables in c?
how to copy a string without using c function
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is the difference between single charater constant and string constant?
What is the difference between ‘g’ and “g” in C?
Which is more efficient, a switch statement or an if else chain?
If null and 0 are equivalent as null pointer constants, which should I use?
how can be easily placed in TCS.
every function has return the value?
Explain heap and queue.