What is extern keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are volatile variables?
What is meant by global static? why we have to use static variable instead of Global variable
What is the function of multilevel pointer in c?
Why C language is a procedural language?
What are the different types of data structures in c?
What is calloc()?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
What is variable in c with example?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
main() { int a[10]; printf("%d",*a+1-*a+3); }