Write a program to find the given number is odd or even without using any loops(if,for,do,while)
4 8522How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
4 6814how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
TCS,
1570
How important is structure in life?
What is difference between static and global variable in c?
How main function is called in c?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is difference between union and structure in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What are pointers?
why we wont use '&' sing in aceesing the string using scanf
explain what is a newline escape sequence?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Explain what is dynamic data structure?
please send me the code for multiplying sparse matrix using c
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is sizeof array in c?
What are examples of structures?