What is a pointer value and address in c?
No Answer is Posted For this Question
Be the First to Post Answer
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
What is pass by value in c?
What are types of functions?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
Why we write conio h in c?
How do I declare a pointer to an array?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
i need all types of question paper releted to "c" and other language.
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
What is adt in c programming?