What are directives in c?
No Answer is Posted For this Question
Be the First to Post Answer
implement OR gate without using any bitwise operator.
What is the use of typedef in c?
Explain how can you avoid including a header more than once?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
How do you initialize function pointers? Give an example?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
how to convert an char array to decimal array
find the minimum of three values inputted by the user
Explain how can type-insensitive macros be created?
What is the code for 3 questions and answer check in VisualBasic.Net?
What functions are used for dynamic memory allocation in c language?
What is cohesion in c?