What are the features of the c language?
No Answer is Posted For this Question
Be the First to Post Answer
What does it mean when a pointer is used in an if statement?
write a program to find lcm and hcf of two numbers??
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
write an algorithm and a program to count the number of elements in a circularly singly linked list
What does static mean in c?
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
where does it flourished?
how we can make 3d venturing graphics on outer interface