I have a varargs function which accepts a float parameter?


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

Post New Answer

More C Interview Questions

A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

0 Answers  


Why header file is used in c?

0 Answers  


How can I find out if there are characters available for reading?

0 Answers  


What is meant by high-order and low-order bytes?

0 Answers  


What is static function in c?

0 Answers  






Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.

4 Answers  


What is the diffrent between while and do while statement ?

6 Answers  


which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;

5 Answers   Assurgent, TCS,


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

0 Answers  


Tell about strtok & strstr functions

2 Answers   HCL, iFlex, Motorola,


24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?

2 Answers  


what is the difference between c and java?

1 Answers  


Categories