Give a fast way to multiply a number by 7
Answer Posted / mani
n=n*7;
| Is This Answer Correct ? | 9 Yes | 47 No |
Post New Answer View All Answers
How do you define structure?
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
What happens if header file is included twice?
Can we add pointers together?
What does malloc () calloc () realloc () free () do?
What are the different types of C instructions?
Explain about block scope in c?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
How can I call a function with an argument list built up at run time?
In C language, a variable name cannot contain?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
application attempts to perform an operation?
What is the difference between int main and void main?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?