Can you write the function prototype, definition and mention the other requirements.


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

Post New Answer

More C Interview Questions

how to compare two strings without using strcmp() function??

1 Answers  


Is there anything like an ifdef for typedefs?

0 Answers  


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


Differentiate b/w Modify and Update commands giving example.

1 Answers  


Explain what is page thrashing?

0 Answers  






1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..

3 Answers  


what is the advantage of function pointer

16 Answers   CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

0 Answers  


Process by which one bit pattern in to another by bit wise operation is?

0 Answers   InterGraph,


What are the 32 keywords in c?

0 Answers  


What tq means in chat?

0 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


Categories