What is the use of define in c?
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
number of times a digit is present in a number
Explain what are the __date__ and __time__ preprocessor commands?
What is malloc and calloc?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
what is the code to display color fonts in the output?
Explain can static variables be declared in a header file?
Diff between for loop and while loop?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
give an example of type casting by a simple c program
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
Can variables be declared anywhere in c?