Is it acceptable to declare/define a variable in a c header?
No Answer is Posted For this Question
Be the First to Post Answer
How do you determine the length of a string value that was stored in a variable?
what is the self-referential structure?
Describe wild pointers in c?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
Write a program to check palindrome number in c programming?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Can u return two values using return keyword? If yes, how? If no, why?
Explain how many levels deep can include files be nested?
Is it valid to address one element beyond the end of an array?
How can a program be made to print the line number where an error occurs?
Is c object oriented?
what is default constructor?