What is p in text message?


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

Post New Answer

More C Interview Questions

What is wild pointer in c with example?

0 Answers  


How does free() know how many bytes to free?

8 Answers  


What is a structure member in c?

0 Answers  


What are the 4 types of functions?

0 Answers  


write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,






what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }

3 Answers  


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


What is c language in simple words?

0 Answers  


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

0 Answers  


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


How do you write a program which produces its own source code as its output?

2 Answers  


where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


Categories