What are global variables?
No Answer is Posted For this Question
Be the First to Post Answer
What is 1f in c?
what is a function method?give example?
what is the difference between declaration and definition of a variable or function ?
how to find the given number is prime or not?
main() { int i=400,j=300; printf("%d..%d"); }
What is the size of structure pointer in c?
Explain what is the concatenation operator?
code for concatination of 2 strings with out using library functions?
When should a type cast not be used?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
How do I declare a pointer to an array?
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array