What is include directive in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
what is pointer
Is an array parameter is always "by reference" ?
Taking an example,differentiate b/w loader and linker ?
What are the salient features of c languages?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
What are the different data types in C?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
what is purpose of fflush(stdin) function
Why & is used in c?
program to find the ASCII value of a number
Is there any possibility to create customized header file with c programming language?