what are non standard function in c


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

Post New Answer

More C Interview Questions

What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


Method Overloading exist in c ?

3 Answers   Wipro,


What will be the output of x++ + ++x?

20 Answers   MBT, Religare,


What is the difference between text files and binary files?

0 Answers  


what is diffrence between string and character array?

1 Answers  






How reliable are floating-point comparisons?

0 Answers  


what is the difference between procedure oriented and object oriented progaming language

1 Answers  


main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 Answers  


Write a program to show the workingof auto variable.

2 Answers   Infotech,


How do you determine whether to use a stream function or a low-level function?

0 Answers  


what is answer for perfect number????????????????

1 Answers  


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  


Categories