What are all different types of pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why can't we initialise member variable of a strucutre
diff between exptected result and requirement?
What is array in c with example?
Write a program in C to convert date displayed in gregorian to julian date
What are 3 types of structures?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
Is Exception handling possible in c language?
Is c procedural or functional?
HOW DO YOU HANDLE EXCEPTIONS IN C?
Explain about C function prototype?