what is a NULL Pointer? Whether it is same as an uninitialized pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is pre-emptive data structure and explain it with example?
what is stack , heap ,code segment,and data segment
Can i use “int” data type to store the value 32768? Why?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
What is Lazy evaluation in C? Give an example.
What are the disadvantages of c language?
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.
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is difference between far and near pointers?
How many parameters should a function have?
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
how should functions be apportioned among source files?