What is difference between arrays and pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Table of Sudoku n*n
What is array in C
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
HOW TO SWAP TWO NOS IN ONE STEP?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
What is character constants?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
Explain what is the benefit of using enum to declare a constant?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.