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 6799Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
2234Write 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 16080#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 5603
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?
Explain what is page thrashing?
What are the loops in c?
Do pointers need to be initialized?
write a program fibonacci series and palindrome program in c
How do I use void main?
while initialization of array why we use a[][2] why not a[2][]...?
Why cant I open a file by its explicit path?
How are Structure passing and returning implemented by the complier?
What is binary tree in c?
Is flag a keyword in c?
Explain what are reserved words?
What are the types of pointers?
Explain how do you print only part of a string?
What is the meaning of ?