What is the basic structure of c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the process of writing the null pointer?
from which concept of 'c', the static member function of 'c++' has came?
How can I implement a delay, or time a users response, with sub-second resolution?
Explain how do you print only part of a string?
what is void pointer?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
how can make variable not in registers
How to avoid structure padding in C?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is the purpose of Scanf Print, getchar, putchar, function?
write a progam to compare the string using switch case?