What is c language used for?
No Answer is Posted For this Question
Be the First to Post Answer
How to draw the flowchart for structure programs?
What is %g in c?
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
What is volatile in c language?
What does %p mean c?
Why do we use c for the speed of light?
Explain the meaning of keyword 'extern' in a function declaration.
Write a small C program to determine whether a machine's type is little-endian or big-endian.
How can you access memory located at a certain address?
What does a pointer variable always consist of?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none