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 5576Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
1887Write 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 14439#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 4706
What is variable initialization and why is it important?
What is union and structure in c?
What is the argument of a function in c?
What is the scope of static variables in c language?
What is the c value paradox and how is it explained?
What are structures and unions? State differencves between them.
What are near, far and huge pointers?
Is python a c language?
Explain how can I write functions that take a variable number of arguments?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Is main an identifier in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Explain a file operation in C with an example.
What is linear search?