Explain 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 is identifiers in c with examples?
How can I automatically locate a programs configuration files in the same directory as the executable?
How do you redirect a standard stream?
Is c easier than java?
wite a programme in c to linear search a data using flag and without using flags?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
wat is the difference between array and pointer?
What is const and volatile in c?
can we define a function in structure?