C Programming Who is father of C Language? Bjarne Stroustrup Gosling F. Codd James Dennis Ritchie Dr. Bjarne Stroustrup Gosling F. Codd James Dennis Ritchie Dr. ANSWER DOWNLOAD EXAMIANS APP
C Programming Find the output of the following program.void main(){ int i=065, j=65; printf("%d %d", i, j);} 065 65 Syntax error 53 65 053 65 65 65 065 65 Syntax error 53 65 053 65 65 65 ANSWER DOWNLOAD EXAMIANS APP
C Programming String concatenation means - Merging two strings. Partitioning the string into two strings. Comparing the two strings to define the larger one. Combining two strings. Extracting a substring out of a string. Merging two strings. Partitioning the string into two strings. Comparing the two strings to define the larger one. Combining two strings. Extracting a substring out of a string. ANSWER DOWNLOAD EXAMIANS APP
C Programming C was primarily developed as None of these General purpose language Data processing language System programming language None of these General purpose language Data processing language System programming language ANSWER DOWNLOAD EXAMIANS APP
C Programming Choose the best answer.Prior to using a pointer variable It should be declared. None of these. It should be both declared and initialized. It should be initialized. It should be declared. None of these. It should be both declared and initialized. It should be initialized. ANSWER DOWNLOAD EXAMIANS APP
C Programming Which of following is not a valid name for a C variable? Examians None of these Exam_veda Both A and B Exam veda Examians None of these Exam_veda Both A and B Exam veda ANSWER DOWNLOAD EXAMIANS APP