What's the right way to use errno?
No Answer is Posted For this Question
Be the First to Post Answer
program to find a smallest number in an array
what are bps & baud rates? differentiate these two?
Write a simple code fragment that will check if a number is positive or negative.
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
In C language, a variable name cannot contain?
What are the types of functions in c?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
What are static variables in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
where does malloc() function get the memory?
Can we change the value of #define in c?