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 6633Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
2191Write 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 15879#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 5489
Can a local variable be volatile in c?
What are the features of c language?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is structure in c explain with example?
What is "Duff's Device"?
Difference between MAC vs. IP Addressing
How do you determine whether to use a stream function or a low-level function?
What are volatile variables in c?
If null and 0 are equivalent as null pointer constants, which should I use?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Can a file other than a .h file be included with #include?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
Can include files be nested? How many levels deep can include files be nested?
Is c language still used?
Why c is called object oriented language?