What is main function in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do we print only part of a string in c?
Expand the following LKB BKL FFG
what is the significance of static storage class specifier?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
c program to subtract between two numbers without using '-' sign and subtract function.
how to swap 4 number without using temporary number?
code for concatination of 2 strings with out using library functions?
what is the benefit of c30
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
How would you obtain the current time and difference between two times?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
How can I find the modification date of a file?