What is ctrl c called?


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

Post New Answer

More C Interview Questions

How can I send mail from within a c program?

0 Answers  


Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"

15 Answers   Accenture,


swap two integer variables without using a third temporary variable?

6 Answers   Persistent,


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,


what is c

1 Answers  






1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

10 Answers   Wipro,


Concat two string with most overlapped substring has to removeĀ  "abcd"+ "cdef" = "abcdef

6 Answers  


Should I learn data structures in c or python?

0 Answers  


I want tcs placement papers of 2004-2009 , its urgent

6 Answers   TCS, Wipro,


What is a constant and types of constants in c?

0 Answers  


what is answer for perfect number????????????????

1 Answers  


Categories