what is the differnce between programing langauge and tool?
is sas is a programing langauge r tool?
Can a variable be both constant and volatile?
What is formal argument?
How to print %d in output
What is scope rule of function in c?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
Explain the concept of "dangling pointers" in C.
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
what about "char *(*(*a[])())();"
Can we declare a function inside a function in c?
The difference between printf and fprintf is ?