What is c language and why we use it?
No Answer is Posted For this Question
Be the First to Post Answer
Did c have any year 2000 problems?
write a programming in c to find the sum of all elements in an array through function.
How is actual parameter different from the formal parameter?
What is a pointer and how it is initialized?
State the difference between x3 and x[3].
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
What is substring in c?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
How do we print only part of a string in c?
What is the total generic pointer type?
int *a[5] refers to
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???