what will be the out put.
#include<stdio.h>
void main()
{
printf("Output:");
printf(1+"vikashpatel");
}//output: ikashpatel
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
What is c programing language?
Why we use void main in c?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
write a code for large nos multilication (upto 200 digits)
Please list all the unary and binary operators in C.
Differentiate between static and dynamic modeling.
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
what is the use of macro program
What are the concepts introduced in OOPs?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
Explain About fork()?