What is string function c?


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

Post New Answer

More C Interview Questions

print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5

7 Answers   IBM,


why we shiuld use main keyword in C

5 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


what is foreign key in c language?

1 Answers   ADP,






What functions are used for dynamic memory allocation in c language?

0 Answers  


why program counter is 16 bit?

3 Answers  


main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 Answers  


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


related proverb of "dont count your chicken before it hatches"

1 Answers  


write an algorithm to display a square matrix.

0 Answers  


Is a house a shell structure?

0 Answers  


Categories