What does static variable mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
Which node is more powerful and can handle local information processing or graphics processing?
Can you assign a different address to an array tag?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
In header files whether functions are declared or defined?
What does %d do?
C program to read the integer and calculate sum and average using single dimensional array
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
User define function contain thier own address or not.
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
How would you print out the data in a binary tree, level by level, starting at the top?
what is real time system?what is the differance between hard and soft real time systems