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 5790Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
1950Write 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 14735#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 4861
What are integer variable, floating-point variable and character variable?
What are derived data types in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is null character in c?
Why is c called a structured programming language?
The purpose of this exercise is to benchmark file writing and reading speed. This exercise is divided into two parts. a). Write a file character by character such that the total file size becomes approximately >10K. After writing close the file handler, open a new stream and read the file character by character. Record both times. Execute this exercise at least 4 times b). Create a buffer capable of storing 100 characters. Now after generating the characters, first store them in the buffer. Once the buffer is filled up, store all the elements in the file. Repeat the process until the total file size becomes approximately >10K.While reading read a while line, store it in buffer and once buffer gets filled up, display the whole buffer. Repeat the exercise at least 4 times with different size of buffer (50, 100, 150 …). Records the times. c). Do an analysis of the differences in times and submit it in class.
What is meant by errors and debugging?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What does the characters “r” and “w” mean when writing programs that will make use of files?
Explain output of printf("Hello World"-'A'+'B'); ?
Do you have any idea how to compare array with pointer in c?
Explain what math functions are available for integers? For floating point?
How can my program discover the complete pathname to the executable from which it was invoked?
What does printf does?
How can I list all of the predefined identifiers?