What is c method?


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

Post New Answer

More C Interview Questions

What is difference between array and pointer in c?

0 Answers  


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


What are pointers in C? Give an example where to illustrate their significance.

0 Answers   Wipro,


What are bitwise shift operators in c programming?

0 Answers  


how to swap four numbers without using fifth variable?

2 Answers  






What are the disadvantages of external storage class?

0 Answers  


Write a program to find given number is even or odd without using any control statement.

2 Answers  


Diff between for loop and while loop?

2 Answers   TCS,


Is register a keyword in c?

0 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  


how to copy a string without using c function

5 Answers  


what is c language.

3 Answers  


Categories