what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
TCS,
4 3726Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
1298Write a program that takes a 5 digit number and calculates 2 power that number and prints it
ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
5 11651#include
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
2 3105
What is a list in c?
What is the function of volatile in c language?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
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
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Explain the properties of union. What is the size of a union variable
What is %d called in c?
When should a type cast not be used?
Can a void pointer point to a function?
Compare interpreters and compilers.
How can I dynamically allocate arrays?
Explain how can you tell whether two strings are the same?
Differentiate between calloc and malloc.
Explain what is the difference between functions abs() and fabs()?
How do I send escape sequences to control a terminal or other device?