What is the function of this pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is indirection in c?
What does static variable mean in c?
what is the difference between NULL & NUL keywords in C?
What are file streams?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
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
program for validity of triangle from 3 side
consagous technology placement paper
Describe the header file and its usage in c programming?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
How can you find the exact size of a data type in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.