How can I find the modification date and time of a file?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
When should structures be passed by values or by references?
Why flag is used in c?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
How to implement call back functions ?
Explain why C language is procedural?
What is self-referential structure in c programming?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
What is a void pointer? When is a void pointer used?
How can I find out if there are characters available for reading?
How we can set and clear bit in a byte using macro function?