where are auto variables stored? What are the characteristics of an auto variable?
No Answer is Posted For this Question
Be the First to Post Answer
the data type used for unlimited value in c and how to do this program
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
can we write a program in c for printf and scanf without using header file stdio.h
wat s the meaning of (int *)p +4;
How we can write a value to an address using macro..?
write a program to find the largest and second largest integer from an array
Write a c program to build a heap method using Pointer to function and pointer to structure ?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
Explain a pre-processor and its advantages.
What is #error and use of it?
How to calculate sum