What is the use of the function in c?
No Answer is Posted For this Question
Be the First to Post Answer
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 to swap 4 number without using temporary number?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
a c code by using memory allocation for add ,multiply of sprase matrixes
write a program to generate address labels using structures?
What is the full form of getch?
1 1 12 21 123 321 12344231 how i creat it with for loop??
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
What is the difference between procedural and functional programming?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
Where are the auto variables stored?
print out of string in this format; 1. "rajesh" 2. \n 3. %d