What are preprocessor directives in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
Why is malloc used?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
write a program to generate 1st n fibonacci prime number
What are the different types of errors?
How can I access a memory located at certain address?
Write a program which has the following seven functions. The functions should be: • main() this calls the other 6 functions • fget_long() a function which returns a long data type from a file • fget_short() a function which returns a short integer variable from a file • fget_float() a function which returns a floating point variable from a file • fprt_long() a function which prints its single, long argument into a file • fprt_short() a function which prints its single, short argument into a file • fprt_float() a function which prints its single, floating point argument into a file. You should use fscanf() to get the values of the variables from the input (the file) and fprintf() to print the values to the other file. Pay attention to using the correct format for each of the data types.
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Write a function to find the area of a triangle whose length of three sides is given
what are two categories of clint-server application development ?
What is the right type to use for boolean values in c? Is there a standard type?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code