while initialization of array why we use a[][2]
why not a[2][]...?
What are structure types in C?
What is scanf () in c?
What is an lvalue?
What is the difference between array_name and &array_name?
write a c program to convert fahrenheit to celsius?
How many types of sorting are there in c?
What is the purpose of the preprocessor directive error?
What is preprocessor with example?
Can we declare variable anywhere in c?
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC