How can I call a function with an argument list built up at run time?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
How do you construct an increment statement or decrement statement in C?
how to connect oracle in C/C++.
Write a routine that prints out a 2-D array in spiral order!
Explain the term printf() and scanf() used in c language?
Explain how do you generate random numbers in c?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(“%d” ,a[i]); }
the data type used for unlimited value in c and how to do this program
define string ?
what is difference between C and C++
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)