What is string constants?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
What are types of functions?
What is static memory allocation? Explain
What is the difference between array and structure in c?
Why do we use null pointer?
What is a class?
What is the difference between mpi and openmp?
Explain the advantages and disadvantages of macros.
Can a variable be both const and volatile?
What is a good way to implement complex numbers in c?
please give me some tips for the placement in the TCS.
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }