Explain the difference between the local variable and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
What is the purpose of the preprocessor directive error?
What are structure types in C?
How important is structure in life?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
convert 12345 to 54321 withoutusing strig
What are the types of bitwise operator?
why 'c' is called middle level language.
What tq means in chat?
what are the stoge class in C and tel the scope and life time of it?
Write a program to print "hello world" without using a semicolon?
write a C code To reverse a linked list