Why doesnt this code work?
No Answer is Posted For this Question
Be the First to Post Answer
Explain can static variables be declared in a header file?
What is c language used for?
plz let me know how to become a telecom protocol tester. thank you.
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What is the difference between malloc calloc and realloc in c?
without using arithmatic operator convert an intger variable x into x+1
Write a program to print the prime numbers from 1 to 100?
What are the features of c languages?
what are the different storage classes in c?
What does node * mean?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?