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 6624Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
2184Write 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 15859#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 5483
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is the use of a semicolon (;) at the end of every program statement?
How many keywords (reserve words) are in c?
What are loops c?
What happens if header file is included twice?
What is static function in c?
Describe the modifier in c?
what is the diffrenet bettwen HTTP and internet protocol
What is structure in c explain with example?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is d'n in c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Define the scope of static variables.
Can you return null in c?