Why is not a pointer null after calling free?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
Is that possible to store 32768 in an int data type variable?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is #line used for?
How the processor registers can be used in C ?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is pointer in c?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
Write a program that can show the multiplication table.
How is pointer initialized in c?
show how link list can be used to repersent the following polynomial i) 5x+2
how to write hello word without using semicolon at the end?