Why do we use pointer to pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is array a primitive data type in c?
Can math operations be performed on a void pointer?
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
How do you override a defined macro?
What are the features of c languages?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
Differentiate between Macro and ordinary definition.
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
How do you generate random numbers in C?
How many levels of pointers have?