Explain #pragma in C.
Answer / nashiinformaticssolutions
A compiler-specific directive used for special purposes like disabling warnings.
Is This Answer Correct ? | 0 Yes | 0 No |
What is function prototype in c with example?
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is pointer to pointer in c with example?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
What are the different types of linkage exist in c?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
Write a program to exchange two variaables without temp
Explain what are global variables and explain how do you declare them?
How is a structure member accessed?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555