What is difference between array and pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is array of pointers to string?
What is extern c used for?
How can I find the modification date of a file?
Program to find larger of the two numbers without using if-else,while,for,switch
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
What is %d called in c?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
What is p in text message?
what is the difference between 123 and 0123 in c?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
what are the uses of structure?