What is substring in c?
No Answer is Posted For this Question
Be the First to Post Answer
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is the difference between typeof(foo) and myFoo.GetType()?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
write a program to create a sparse matrix using dynamic memory allocation.
Find occurence of a character in a sting.
What is echo in c programming?
what is level of tree if leaf node is at level 4.please explain.
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
explain what is an endless loop?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.