How to get string length of given string in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is sizeof array?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
What are header files in c?
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
why program counter is 16 bit?
how many times of error occur in C
what will be maximum number of comparisons when number of elements are given?
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
Function calling procedures? and their differences? Why should one go for Call by Reference?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
what is computer engg