Write a program to exchange two variaables without temp
Answer Posted / {
void main()
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Explain what is the difference between functions getch() and getche()?
which type of aspect you want from the student.
How to set file pointer to beginning c?
Explain how do you list a file’s date and time?
What is putchar() function?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Can a pointer be volatile in c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
When do we get logical errors?
Can i use “int” data type to store the value 32768? Why?
Explain what are the standard predefined macros?
why wipro wase
How can I change the size of the dynamically allocated array?