What is #ifdef ? What is its application?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to add two integer numbers without using arithmetic operator +
Explain the use of bit fieild.
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
Is main a keyword in c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
what value is returned to operating system after program execution?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Apart from dennis ritchie who the other person who contributed in design of c language.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the difference between #include <header file> and #include “header file”?
Do you have any idea about the use of "auto" keyword?