which will return integer?
a) int*s ( )
b) ( int* ) s( )
c) int ( *s ) ( )
Answer / chandu
c) int (*s)()
s is pointer to a function which returns integer
| Is This Answer Correct ? | 10 Yes | 0 No |
Is boolean a datatype in c?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
What is far pointer in c?
can i know the source code for reversing a linked list with out using a temporary variable?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
What is the Lvalue and Rvalue?
write a program in c to read array check element is present or not?
What is the right type to use for boolean values in c? Is there a standard type?
What is a Deque?
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
what is the diffrenet bettwen HTTP and internet protocol
What are the different types of errors?