What does 3 periods mean in texting?


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

Post New Answer

More C Interview Questions

what type of questions arrive in interview over c programming?

0 Answers  


How pointer is benefit for design a data structure algorithm?

2 Answers  


write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

3 Answers   Mind Tree,


what is the output of printf("%d",(scanf("%d",10));

10 Answers  


What is difference between array and pointer in c?

0 Answers  






#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?

1 Answers   Groupon,


what is Structural oriented language? give some example of this language.....?

1 Answers  


Explain how do you use a pointer to a function?

0 Answers  


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


What is meaning of tree

0 Answers  


What language is c written?

0 Answers  


plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>

1 Answers  


Categories