How to draw the flowchart for structure programs?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
What is a pointer value and address in c?
read an array and search an element
What is the use of sizeof () in c?
What is #error and use of it?
how to capitalise first letter of each word in a given string?
Explain a file operation in C with an example.
Is c call by value?
How can I automatically locate a programs configuration files in the same directory as the executable?
Why we not create function inside function.
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,