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 82338How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
2 10094Suppose 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 3719
Explain the difference between a single quote and double quote?
What are void pointers in c?
What is the difference between get & post ?
What is cformmodel in yii framework ?
How to configure route cache in laravel?
What does c mean?
Write a C++ Program to check whether a number is prime number or not?
How many ways are there to read and write files?
Is there a way to switch on strings?
Why is oop useful?
What is l-value and r-value in go?
What is the language manager in joomla?
What is p in text message?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Why is there a need to configure the url routes?