What is time complexity c?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
What does != Mean in c?
What is %lu in c?
how is the examination pattern?
what is the difference between definition and declaration? give me some examples.
write a program to find out number of on bits in a number?
What does nil mean in c?
Is c object oriented?
What is use of #include in c?
C program to find all possible outcomes of a dice?
What is an example of structure?