what is a constant pointer in C
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between CV and Resume ?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
How to access or modify the const variable in c ?
16 Answers HCL, HP,
What is main () in c language?
in linking some of os executables are linking name some of them
What is C language ?
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
Write a c program to demonstrate Type casting in c?
what is link list?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
How is = symbol different from == symbol in c programming?