What is the use of extern in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of define in c?
What is storage class?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
Write a program to print “hello world” without using semicolon?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
how to find out the union of two character arrays?
What is the value of uninitialized variable in c?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
What are the different types of C instructions?
Why main function is special give two reasons?