Explain how does flowchart help in writing a program?
No Answer is Posted For this Question
Be the First to Post Answer
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What is bash c?
What is the maximum length of an identifier?
How can I ensure that integer arithmetic doesnt overflow?
What is the difference between ++a and a++?
Explain the use of keyword 'register' with respect to variables.
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
Why is it that not all header files are declared in every C program?
What is dynamic dispatch in c++?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me