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 5868Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
1969Write 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 14850#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 4923
What is a scope resolution operator in c?
diff between exptected result and requirement?
How can you find the day of the week given the date?
How can you access memory located at a certain address?
How are pointers declared in c?
How can you return multiple values from a function?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
How a string is stored in c?
Explain what are the different data types in c?
Hai what is the different types of versions and their differences
What is the role of this pointer?
Why is extern used in c?
Differentiate between declaring a variable and defining a variable?
How can you determine the maximum value that a numeric variable can hold?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?