What are the types of pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use int main?
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
What does the c in ctime mean?
What are the string functions? List some string functions available in c.
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
which one low Priority in c? a)=,b)++,c)==,d)+
IS Doon college of Engn.. has good faculty
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
difference between spiral and waterfall model
What are variables c?
List the variables are used for writing doubly linked list program.