What is the value of a[3] if integer a[] = {5,4,3,2,1}?
No Answer is Posted For this Question
Be the First to Post Answer
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
What are file streams?
What is the memory allocated by the following definition ? int (*x)();
Where static variables are stored in c?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
what is the definition of storage classes?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Why does the call char scanf work?
Explain what is wrong with this statement? Myname = ?robin?;
what is stack , heap ,code segment,and data segment
What is the sizeof () a pointer?
Explain what is operator promotion?