Does c have function or method?


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

Post New Answer

More C Interview Questions

How can you access memory located at a certain address?

0 Answers  


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


By using C language input a date into it and if it is right?

0 Answers   Aricent,


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

0 Answers   Wipro,


what is pointer ?

10 Answers   Kernex Micro Systems,






What is s or c?

0 Answers  


What is the difference between text files and binary files?

0 Answers  


Explain Function Pointer?

0 Answers   Wipro,


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


What is the difference between int main and void main?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers   Mind Tree,


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


Categories