What are the types of type qualifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
how to find that no is int or float?
Explain how do you sort filenames in a directory?
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is variable declaration and definition in c?
Which is best book for data structures in c?
how do we remove the printed character in printf statement and write next it it
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
What are 'near' and 'far' pointers?
write a program to display & create a rational number
write a c program for swapping two strings using pointer