what is the use of ‘auto’ keyword?
can we execute the program with the object file
What are data breakpoints?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What is the use of bit field?
program to find the ASCII value of a number
What is the use of getchar() function?
What do you mean by c what are the main characteristics of c language?
What is void pointers in c?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
Is c pass by value or reference?
What is methods in c?