regarding pointers concept
No Answer is Posted For this Question
Be the First to Post Answer
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
what is the little endian and big endian?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
How do you print an address?
Write a program to identify if a given binary tree is balanced or not.
Why double pointer is used in c?
how do we remove the printed character in printf statement and write next it it
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Why flag is used in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
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 .
How can you find the exact size of a data type in c?