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
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
can we execute the program with the object file
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is the code for 3 questions and answer check in VisualBasic.Net?
How can variables be characterized?
What is an auto keyword in c?
What is the difference between procedural and declarative language?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (“%d\n”,j); }
What is wild pointer in c with example?
What are the two forms of #include directive?
How can I invoke another program from within a C program?
write a program for even numbers?