How do you define a string?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Give the rules for variable declaration?

0 Answers  


What is the difference between getch() and getche()?

1 Answers   NSPL,


Was 2000 a leap year?

0 Answers  


about c language

0 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  






What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


When we use void main and int main?

0 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"

4 Answers  


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


Why does this code crash?

0 Answers  


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


Categories