Write a program to find the given number is odd or even without using any loops(if,for,do,while)
4 9807How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
4 8036how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
TCS,
1941
How many levels deep can include files be nested?
What are the loops in c?
What is the process to create increment and decrement stamen in c?
What is the difference between text and binary i/o?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are conditional operators in C?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What does 4d mean in c?
What functions are used in dynamic memory allocation in c?
State the difference between x3 and x[3].
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
what is a constant pointer in C
What are the functions to open and close the file in c language?
What is dynamic memory allocation?