What is scope rule in c?


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

Post New Answer

More C Interview Questions

wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


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

6 Answers  


What is the newline escape sequence?

0 Answers  


how to find sum of 5 digits in C?

4 Answers  


Is swift based on c?

0 Answers  






How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


what is the difference between c and java?

1 Answers  


What is c definition?

0 Answers  


What will happen when freeing memory twice

2 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 pointers in c?

0 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  


Categories