Is c still used?
No Answer is Posted For this Question
Be the First to Post Answer
What does c mean before a date?
Tell me when would you use a pointer to a function?
What is the method to save data in stack data structure type?
What is header file in c?
What is the explanation for cyclic nature of data types in c?
Are the expressions * ptr ++ and ++ * ptr same?
What is the difference between local variable and global variable in c?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
i need all types of question paper releted to "c" and other language.
c program for searching a student details among 10 student details
Program to find the sum of digits of a given number until the sum becomes a single digit
Can math operations be performed on a void pointer?