Do you know null pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is a structure member in c?
#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
What is bss in c?
How can you access memory located at a certain address?
What is volatile variable how do you declare it?
can a union be self-referenced?
Which type of language is c?
Can we add pointers together?
program to locate string with in a string with using strstr function
can we print any string in c language without using semicolon(;)(terminator) in whole program.
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,