Can a program have two main functions?
No Answer is Posted For this Question
Be the First to Post Answer
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
suppose there are five integers write a program to find larger among them without using if- else
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
what is meant by the "equivalence of pointers and arrays" in C?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
what is the output of below int n=10; (n++)++; printf("%d",n);
write a own function to compare two strings with out using stringcomparition function?
Write a program in c to print * * * * * *******
Write a code to remove duplicates in a string.
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
write a c program for swapping two strings using pointer
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?