how will you write a program on linked lists using JAVA
programming???????????
What is %d used for?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
what is the code for getting the output as * ** ***
What is indirection in c?
Why can't I perform arithmetic on a void* pointer?
Write a function that will take in a phone number and output all possible alphabetical combinations
What are the application of void data type in c?
What is a pointer on a pointer in c programming language?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is extern variable in c with example?
What are global variables and explain how do you declare them?
How do you define structure?