What is a program flowchart and explain how does it help in writing a program?
No Answer is Posted For this Question
Be the First to Post Answer
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
What is sizeof return in c?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
What is return in c programming?
Explain how can I avoid the abort, retry, fail messages?
why the execution starts from main function
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
what is recursion in C
Explain what is the difference between the expression '++a' and 'a++'?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )