Explain how does flowchart help in writing a program?
No Answer is Posted For this Question
Be the First to Post Answer
What does main () mean in c?
What is c language used for?
What are the advantages of c preprocessor?
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
Is array a primitive data type in c?
Do pointers need to be initialized?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the difference between the expression “++a” and “a++”?
Why we write conio h in c?
I have a varargs function which accepts a float parameter?
write a program to print calender using for loop.
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel