Why c language?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between strcpy() and memcpy() function?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
In which language linux is written?
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What are dynamically linked and statically linked libraries?
Why c is called a mid level programming language?
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
Why is this loop always executing once?
what is the use of #pragma pack, wer it is used?
write a program for even numbers?
What is array of structure in c?