What are the uses of null pointers?
#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 array of structure in c programming?
What is the need of structure in c?
What is the use of define in c?
what is event driven software and what is procedural driven software?
What is wild pointer in c?
what is used instead of pointers in java than c?
const char * char * const What is the differnce between the above tow?.
how to print a statement in c without use of console statement ,with the help of if statement it should print
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?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
What are the types of data structures in c?