could u able to tell about suresoft technical session
Answer / siva
they are going to test ur basic knowledge about datatypes
and its range how it was determined and all areas in c
including data structures......
| Is This Answer Correct ? | 11 Yes | 0 No |
How many types of arrays are there in c?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
How can you dynamically allocate memory in C?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
write a program to print sum of each row of a 2D array.
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
Hai why 'c' is the middle language
develop algorithms to add polynomials (i) in one variable
what is the difference between class and unio?
write a program to sort the elements in a given array in c language
What is #define in c?
how can we Declare a variable in c without defining it.