What is the use of structure padding in c?
What is the meaning of 2d in c?
What is selection sort in c?
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++;
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
while initialization of array why we use a[][2] why not a[2][]...?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
Is c still used?
What does. int *x[](); means ?
What is the advantage of a random access file?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?