What is array in C
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Write the syntax and purpose of a switch statement in C.
Why is it important to memset a variable, immediately after allocating memory to it ?
Explain what is the general form of a c program?
Explain argument and its types.
Example of friendly function in c++
What are the c keywords?
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
Does c have an equivalent to pascals with statement?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
What is #line used for?