What are valid operations on pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the general form of a c program?
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
what is the difference between c and java?
Explain how do you search data in a data file using random access method?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
what is object oriental programing?
print out of string in this format; 1. "rajesh" 2. \n 3. %d
can you change name of main()?how?
how to make program without <> in libray.
what is meant by flushll() in c programming?
write a program structure to find average of given number
What is a function in c?