What is a pointer variable in c language?
No Answer is Posted For this Question
Be the First to Post Answer
How are structure passing and returning implemented?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
what does exit() do?
Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }
write a program structure to find average of given number
How do I get a null pointer in my programs?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
Explain #pragma in C.
main() { int i=400,j=300; printf("%d..%d"); }
List the variables are used for writing doubly linked list program.
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.