Is there any possibility to create customized header file with c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
how to find your architecture is LittleEndian or BigEndian?
What is strcmp in c?
Explain how do you search data in a data file using random access method?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
how to do in place reversal of a linked list(singly or doubly)?
What is a memory leak in structures? How can we rectify that?
What is structure pointer in c?
What are # preprocessor operator in c?
Can we assign string to char pointer?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is class and object in c?