How to print %d in output
Answers were Sorted based on User's Feedback
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
in linking some of os executables are linking name some of them
prototype of sine function.
Find occurence of a character in a sting.
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
Is fortran still used in 2018?
Without using main fn and semicolon,print remainder for a given number in C language
By using C language input a date into it and if it is right?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,