How can I direct output to the printer?
No Answer is Posted For this Question
Be the First to Post Answer
wat is the difference between array and pointer?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
What is a function simple definition?
What is void pointers in c?
Can you pass an entire structure to functions?
What is the code for 3 questions and answer check in VisualBasic.Net?
What are the advantages of using linked list for tree construction?
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
write a own function for strstr