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
How do you determine a file’s attributes?
what is the role you expect in software industry?
What does *p++ do? What does it point to?
write a program for fibonaci series by using while loop in c?
What are the advantages of using Unions?
what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }
What is main return c?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
Write a program using bitwise operators to invert even bits of a given number.
Are pointers integers in c?
What are the 4 data types?
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,