Why is c so important?
No Answer is Posted For this Question
Be the First to Post Answer
What is use of integral promotions in c?
what does ‘segmentation violation’ mean?
Suggesting that there can be 62 seconds in a minute?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
hi, which software companys will take,if d candidate's % is jst 55%?
what is data structure.in linear and non linear data structures which one is better?Explain
Why doesn't C support function overloading?
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
What is the size of array float a(10)?
What is the difference between NULL and NUL?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.