Who invented bcpl language?


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

Post New Answer

More C Interview Questions

what do you mean by defining a variable in our c code?

2 Answers  


How do you access command-line arguments?

1 Answers  


Can a void pointer point to a function?

0 Answers  


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


What is sizeof c?

0 Answers  






Explain the difference between call by value and call by reference in c language?

0 Answers  


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


How can you increase the size of a dynamically allocated array?

0 Answers   TISL,


what is the difference between exit() and _exit() functions?

2 Answers  


How would you use the functions fseek(), freed(), fwrite() and ftell()?

0 Answers   Aspire, Infogain, TISL,


what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these

2 Answers   IBM,


How can I call fortran?

0 Answers  


Categories