Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) how many header file is in C language ?
College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
44 81288How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
2 9981Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
1 3668
How can I handle floating-point exceptions gracefully?
what is C++ objects?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
in linking some of os executables are linking name some of them
Which variable declarations within a class is invalid in php?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
What is 02d in c?
What are methods for character functions in R?
Do I have to understand object-oriented programming to use Delphi?
Can you downgrade your wordpress plan?
Are there any problems with performing mathematical operations on different variable types?
Which operator is used to concatenate two strings in PHP?
Is codeigniter secure?
What is button in html?
What is scala trait?