Is c still relevant?
No Answer is Posted For this Question
Be the First to Post Answer
what are advantages of U D F?
write a c program to find the sum of five entered numbers using an array named number
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
write a program of palindrome(madam=madam) using pointer?
Is main is user defined function?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Why is extern used in c?
write a program to generate 1st n fibonacci prime number
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
who is the father of c
C program to read the integer and calculate sum and average using single dimensional array
what is the difference between getch() and getche()?